Skip to content

Commit 9259825

Browse files
committed
Bump version to 1.0.1
1 parent 6b50c0d commit 9259825

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ExampleApp/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- RxCocoa (3.0.1):
33
- RxSwift (~> 3.0)
44
- RxSwift (3.0.1)
5-
- RxSwiftUtilities (1.0.0):
5+
- RxSwiftUtilities (1.0.1):
66
- RxCocoa (~> 3.0)
77
- RxSwift (~> 3.0)
88

@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616
SPEC CHECKSUMS:
1717
RxCocoa: 15a52fc590dcc700cb4a690a633b5c5184ce3a78
1818
RxSwift: af5680055c4ad04480189c52d28385b1029493a6
19-
RxSwiftUtilities: 4021b6c076900e4a84f4cc318c62a33ba5e7eaf8
19+
RxSwiftUtilities: 2614ffe05d2da158f79f50314a08122d13ac61d4
2020

2121
PODFILE CHECKSUM: 7684ee7ca38232e18d184c27a385894b625d7ee4
2222

RxSwiftUtilities.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwiftUtilities"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Helpful classes and extensions for RxSwift"
55
s.description = <<-DESC
66
Helpful classes and extensions for RxSwift which don't belong in RxSwift core.

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)