Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowtoolz committed Dec 26, 2018
1 parent c043869 commit 5bf5626
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example Projects/SPMExample/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "SPMExample",
dependencies: [
.package(url: "https://github.com/flowtoolz/SwiftObserver.git",
.upToNextMajor(from: "5.0.0"))
.upToNextMajor(from: "5.0.1"))
// .package(path: "../../../SwiftObserver")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ SwiftObserver is released under the MIT license. [See LICENSE](https://github.co

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

[badge-pms]: https://img.shields.io/badge/supports-CocoaPods%20%7C%20Carthage-green.svg?style=flat-square
[badge-pms]: https://img.shields.io/badge/supports-CocoaPods%20%7C%20Carthage%20%7C%20SPM-green.svg?style=flat-square
[badge-languages]: https://img.shields.io/badge/language-Swift-orange.svg?style=flat-square
[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
[badge-mit]: https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat-square
2 changes: 1 addition & 1 deletion SwiftObserver.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# meta infos
s.name = "SwiftObserver"
s.version = "5.0.0"
s.version = "5.0.1"
s.summary = "The Elegant Approach to Reactive Swift"
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."
s.homepage = "http://flowtoolz.com"
Expand Down

0 comments on commit 5bf5626

Please sign in to comment.