diff --git a/Listenable.podspec b/Listenable.podspec
index 1d10e93..4efac21 100644
--- a/Listenable.podspec
+++ b/Listenable.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.requires_arc = true
- s.version = "0.9.2"
+ s.version = "1.0.0"
s.summary = "Observable pattern in Swift made easy"
s.description = <<-DESC
Swift object that provides an observable platform for multiple listeners.
diff --git a/README.md b/README.md
index ba841de..5f3f3ab 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Listenable
-[![Build Status](https://travis-ci.org/MerrickSapsford/Listenable.svg?branch=develop)](https://travis-ci.org/MerrickSapsford/Listenable)
+[![Build Status](https://travis-ci.org/msaps/Listenable.svg?branch=develop)](https://travis-ci.org/msaps/Listenable)
[![CocoaPods](https://img.shields.io/cocoapods/v/Listenable.svg)]()
-[![codecov](https://codecov.io/gh/MerrickSapsford/Listenable/branch/develop/graph/badge.svg)](https://codecov.io/gh/MerrickSapsford/Listenable)
+[![codecov](https://codecov.io/gh/msaps/Listenable/branch/develop/graph/badge.svg)](https://codecov.io/gh/msaps/Listenable)
Swift object that provides an observable platform for multiple listeners.
diff --git a/Sources/Listenable/Info.plist b/Sources/Listenable/Info.plist
index e5c5a79..20b05ec 100644
--- a/Sources/Listenable/Info.plist
+++ b/Sources/Listenable/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.9.2
+ 1.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass