Skip to content

Commit 157ab56

Browse files
committed
Bump version to 4.2.0
1 parent c92cb29 commit 157ab56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Info.plist

+1-1
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>4.1.0</string>
18+
<string>4.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Via [Carthage](https://github.com/Carthage/Carthage): Add this line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile):
4545

4646
~~~
47-
github "flowtoolz/SwiftObserver" ~> 4.1
47+
github "flowtoolz/SwiftObserver" ~> 4.2
4848
~~~
4949

5050
Via [Cocoapods](https://cocoapods.org): Adjust your [Podfile](https://guides.cocoapods.org/syntax/podfile.html):
@@ -53,7 +53,7 @@ Via [Cocoapods](https://cocoapods.org): Adjust your [Podfile](https://guides.coc
5353
use_frameworks!
5454

5555
target "MyAppTarget" do
56-
pod "SwiftObserver", "~> 4.1"
56+
pod "SwiftObserver", "~> 4.2"
5757
end
5858
~~~
5959

SwiftObserver.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# meta infos
44
s.name = "SwiftObserver"
5-
s.version = "4.1.0"
5+
s.version = "4.2.0"
66
s.summary = "The Elegant Approach to Reactive Swift"
77
s.description = "SwiftObserver is a lightweight framework for reactive Swift. It's a bit unconventional and designed to be readable, easy, flexible, non-intrusive, simple and safe."
88
s.homepage = "http://flowtoolz.com"

0 commit comments

Comments
 (0)