Skip to content

Commit

Permalink
Newer version of builder
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Jul 11, 2018
1 parent ff24eed commit 2fac6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/elegantchaos/Builder.git",
"state": {
"branch": null,
"revision": "cdcf8a97f28703e58635f8326f5d5b41820a684c",
"version": "1.0.8"
"revision": "6ab378ddd30d17ca48e5b89e548778476acd8034",
"version": "1.0.9"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.executable(name: "xpkg", targets: ["XPkgCommand"]),
],
dependencies: [
.package(url: "https://github.com/elegantchaos/Builder.git", from: "1.0.8"),
.package(url: "https://github.com/elegantchaos/Builder.git", from: "1.0.9"),
.package(url: "https://github.com/elegantchaos/BuilderConfiguration.git", from: "1.1.3"),
.package(url: "https://github.com/elegantchaos/Logger", from: "1.0.8"),
.package(url: "https://github.com/elegantchaos/Arguments", from: "1.0.2"),
Expand Down
2 changes: 1 addition & 1 deletion Sources/XPkgCommand/Metadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ struct Metadata {
let commit: String
}

let XPkgCommandMetadata = Metadata(version: "0.0.0", build: "92", tags: "heads/master", commit: "be2d8728ad0bc9eea27f620d4e1f89f5444aadc1")
let XPkgCommandMetadata = Metadata(version: "1.0.1-12-gff24eed", build: "93", tags: "heads/master", commit: "ff24eed07a7fcaacbbab1f2e184b9366f3b6d686")

0 comments on commit 2fac6ce

Please sign in to comment.