diff --git a/ExampleApp/Podfile.lock b/ExampleApp/Podfile.lock
index ef1c3ec..4d814f2 100644
--- a/ExampleApp/Podfile.lock
+++ b/ExampleApp/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- RxCocoa (3.0.1):
- RxSwift (~> 3.0)
- RxSwift (3.0.1)
- - RxSwiftUtilities (1.0.0):
+ - RxSwiftUtilities (1.0.1):
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
RxCocoa: 15a52fc590dcc700cb4a690a633b5c5184ce3a78
RxSwift: af5680055c4ad04480189c52d28385b1029493a6
- RxSwiftUtilities: 4021b6c076900e4a84f4cc318c62a33ba5e7eaf8
+ RxSwiftUtilities: 2614ffe05d2da158f79f50314a08122d13ac61d4
PODFILE CHECKSUM: 7684ee7ca38232e18d184c27a385894b625d7ee4
diff --git a/RxSwiftUtilities.podspec b/RxSwiftUtilities.podspec
index bd69789..5317d7a 100644
--- a/RxSwiftUtilities.podspec
+++ b/RxSwiftUtilities.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwiftUtilities"
- s.version = "1.0.0"
+ s.version = "1.0.1"
s.summary = "Helpful classes and extensions for RxSwift"
s.description = <<-DESC
Helpful classes and extensions for RxSwift which don't belong in RxSwift core.
diff --git a/Source/Info.plist b/Source/Info.plist
index 20b05ec..f9a8194 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.0
+ 1.0.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Tests/Info.plist b/Tests/Info.plist
index d02c62e..433b95f 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.0
+ 1.0.1
CFBundleVersion
1