Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Version 1.1.1
- Updated Package Dependency `Observable` to version 2.0.0
  • Loading branch information
LK-Simon committed Aug 10, 2022
1 parent ab11080 commit 8de59bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Flowduino/Observable.git",
"state" : {
"revision" : "40f11bea890bf21428d3afd091aaa3347c167f1c",
"version" : "1.1.0"
"revision" : "d510e710900ea52bbfd9aa037addd708cbff526c",
"version" : "2.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Flowduino/ThreadSafeSwift.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/Flowduino/Observable.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/Flowduino/Observable.git", .upToNextMajor(from: "2.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 8de59bf

Please sign in to comment.