Skip to content

Commit

Permalink
bumping xcodeproject version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off committed Jun 13, 2018
1 parent 13180ce commit 2c578bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/apple/swift-package-manager.git",
"state": {
"branch": null,
"revision": "90abb3c4c9415afee34291e66e655c58a1902784",
"version": "0.1.0"
"revision": "6983434787dec4e543e9d398a0a9acf63ccd4da1",
"version": "0.2.1"
}
},
{
"package": "XcodeProject",
"repositoryURL": "https://github.com/g-Off/XcodeProject.git",
"state": {
"branch": null,
"revision": "e46eb5645b0e9e762ce7b14ea4bdc9477b991342",
"version": "0.3.0"
"revision": "c4215ece309e60d646e510786fe0f60960419837",
"version": "0.3.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/g-Off/XcodeProject.git",
from: "0.3.0"
from: "0.3.1"
),
.package(
url: "https://github.com/apple/swift-package-manager.git",
Expand Down

0 comments on commit 2c578bf

Please sign in to comment.