Skip to content

Commit 5bf5626

Browse files
committed
Bump version to 5.0.1
1 parent c043869 commit 5bf5626

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Example Projects/SPMExample/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "SPMExample",
77
dependencies: [
88
.package(url: "https://github.com/flowtoolz/SwiftObserver.git",
9-
.upToNextMajor(from: "5.0.0"))
9+
.upToNextMajor(from: "5.0.1"))
1010
// .package(path: "../../../SwiftObserver")
1111
],
1212
targets: [

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ SwiftObserver is released under the MIT license. [See LICENSE](https://github.co
632632

633633
[badge-pod]: https://img.shields.io/cocoapods/v/SwiftObserver.svg?label=version&style=flat-square
634634

635-
[badge-pms]: https://img.shields.io/badge/supports-CocoaPods%20%7C%20Carthage-green.svg?style=flat-square
635+
[badge-pms]: https://img.shields.io/badge/supports-CocoaPods%20%7C%20Carthage%20%7C%20SPM-green.svg?style=flat-square
636636
[badge-languages]: https://img.shields.io/badge/language-Swift-orange.svg?style=flat-square
637637
[badge-platforms]: https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-lightgrey.svg?style=flat-square
638638
[badge-mit]: https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat-square

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