Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
solidcell committed Nov 22, 2016
1 parent 6b50c0d commit 9259825
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ExampleApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
RxCocoa: 15a52fc590dcc700cb4a690a633b5c5184ce3a78
RxSwift: af5680055c4ad04480189c52d28385b1029493a6
RxSwiftUtilities: 4021b6c076900e4a84f4cc318c62a33ba5e7eaf8
RxSwiftUtilities: 2614ffe05d2da158f79f50314a08122d13ac61d4

PODFILE CHECKSUM: 7684ee7ca38232e18d184c27a385894b625d7ee4

Expand Down
2 changes: 1 addition & 1 deletion RxSwiftUtilities.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 9259825

Please sign in to comment.