Skip to content

Commit 7c1774b

Browse files
Bump github.com/mxcl/version from 1.0.3 to 2.0.1
Bumps [github.com/mxcl/version](https://github.com/mxcl/Version) from 1.0.3 to 2.0.1. - [Release notes](https://github.com/mxcl/Version/releases) - [Commits](mxcl/Version@1.0.3...2.0.1) --- updated-dependencies: - dependency-name: github.com/mxcl/version dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa795f8 commit 7c1774b

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
@@ -85,8 +85,8 @@
8585
"kind" : "remoteSourceControl",
8686
"location" : "https://github.com/mxcl/Version.git",
8787
"state" : {
88-
"revision" : "087c91fedc110f9f833b14ef4c32745dabca8913",
89-
"version" : "1.0.3"
88+
"revision" : "1fe824b80d89201652e7eca7c9252269a1d85e25",
89+
"version" : "2.0.1"
9090
}
9191
},
9292
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
1616
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")),
17-
.package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")),
17+
.package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "2.0.1")),
1818
.package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.22.1")),
1919
.package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),
2020
.package(url: "https://github.com/scinfu/SwiftSoup.git", .upToNextMinor(from: "2.0.0")),

0 commit comments

Comments
 (0)