Skip to content

Commit 079b29c

Browse files
committed
Bump version to 5.0.0 due to multiple breaking changes
1 parent cd9ccc5 commit 079b29c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.0</string>
18+
<string>5.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

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.2.0"
5+
s.version = "5.0.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)