Skip to content

Commit 8de59bf

Browse files
committed
Version 1.1.1
Version 1.1.1 - Updated Package Dependency `Observable` to version 2.0.0
1 parent ab11080 commit 8de59bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/Flowduino/Observable.git",
77
"state" : {
8-
"revision" : "40f11bea890bf21428d3afd091aaa3347c167f1c",
9-
"version" : "1.1.0"
8+
"revision" : "d510e710900ea52bbfd9aa037addd708cbff526c",
9+
"version" : "2.0.0"
1010
}
1111
},
1212
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
.package(url: "https://github.com/Flowduino/ThreadSafeSwift.git", .upToNextMajor(from: "1.1.0")),
23-
.package(url: "https://github.com/Flowduino/Observable.git", .upToNextMajor(from: "1.1.0")),
23+
.package(url: "https://github.com/Flowduino/Observable.git", .upToNextMajor(from: "2.0.0")),
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)