Skip to content

Commit

Permalink
0.3.3 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off committed Jun 7, 2019
1 parent e5f6710 commit c3c334b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "CommandRegistry",
"repositoryURL": "https://github.com/g-Off/CommandRegistry.git",
"state": {
"branch": "master",
"revision": "142aa27445e7998c5201b5ec9682698195d6701a",
"version": null
"branch": null,
"revision": "285f03ecdd5f3cce96e85b667a74c2be7e11079b",
"version": "0.1.0"
}
},
{
Expand All @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/g-Off/XcodeProject.git",
"state": {
"branch": null,
"revision": "9a1e1d107db329c4e0b8cf5cc9b11ad1a79f7156",
"version": "0.5.0-alpha.2"
"revision": "de0150084afc079464675f01f936924cceba4604",
"version": "0.5.0-alpha.3"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: ["XcoderKit"]),
],
dependencies: [
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.5.0-alpha.2"),
.package(url: "https://github.com/g-Off/CommandRegistry.git", .branch("master"))
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.5.0-alpha.3"),
.package(url: "https://github.com/g-Off/CommandRegistry.git", from: "0.1.0")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/xcoder/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Utility

extension Version {
static var current: Version = "0.3.2"
static var current: Version = "0.3.3"
}

0 comments on commit c3c334b

Please sign in to comment.