更新依赖库版本

This commit is contained in:
xaoxuu 2020-06-10 13:19:25 +08:00
parent 58d9141d56
commit 3715c1445d
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
"state": { "state": {
"branch": null, "branch": null,
"revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b", "revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b",
"version": "1.1.0" "version": "2.0.0"
} }
}, },
{ {

View File

@ -10,7 +10,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/SnapKit/SnapKit.git", "5.0.0" ..< "6.0.0"), .package(url: "https://github.com/SnapKit/SnapKit.git", "5.0.0" ..< "6.0.0"),
.package(url: "https://github.com/xaoxuu/Inspire.git", "1.1.0" ..< "2.0.0"), .package(url: "https://github.com/xaoxuu/Inspire.git", "2.0.0" ..< "3.0.0"),
], ],
targets: [ targets: [
.target( .target(

View File

@ -500,7 +500,7 @@
repositoryURL = "https://github.com/xaoxuu/Inspire"; repositoryURL = "https://github.com/xaoxuu/Inspire";
requirement = { requirement = {
kind = upToNextMajorVersion; kind = upToNextMajorVersion;
minimumVersion = 1.1.0; minimumVersion = 2.0.0;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */

View File

@ -7,7 +7,7 @@
"state": { "state": {
"branch": null, "branch": null,
"revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b", "revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b",
"version": "1.1.0" "version": "2.0.0"
} }
}, },
{ {