Skip to content

Commit 6345482

Browse files
committed
Bump version to 6.1
1 parent ecbc81e commit 6345482

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let package = Package(
6868
name: "MyApp",
6969
dependencies: [
7070
.package(url: "https://github.com/flowtoolz/SwiftObserver.git",
71-
.upToNextMajor(from: "6.0.0"))
71+
.upToNextMajor(from: "6.1.0"))
7272
],
7373
targets: [
7474
.target(name: "MyAppTarget",
@@ -83,7 +83,7 @@ With [**Cocoapods**](https://cocoapods.org), adjust your [Podfile](https://guide
8383

8484
```ruby
8585
target "MyAppTarget" do
86-
pod "SwiftObserver", "~> 6.0"
86+
pod "SwiftObserver", "~> 6.1"
8787
end
8888
```
8989

SwiftObserver.podspec

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

33
# meta infos
44
s.name = "SwiftObserver"
5-
s.version = "6.0.0"
5+
s.version = "6.1.0"
66
s.summary = "Reactive Swift. Minimalist, Readable, Consistent, Unintrusive, Powerful, Safe."
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"
@@ -13,7 +13,7 @@
1313

1414
# compiler requirements
1515
s.requires_arc = true
16-
s.swift_version = '5.0'
16+
s.swift_version = '5.1'
1717

1818
# minimum platform SDKs
1919
s.platforms = {:ios => "9.0", :osx => "10.12", :tvos => "9.0"}

0 commit comments

Comments
 (0)