Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Updating SwiftColorGenLibrary to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandodelrio committed Dec 10, 2017
1 parent d99938a commit e001142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/fernandodelrio/SwiftColorGenLibrary.git",
"state": {
"branch": null,
"revision": "7ea87295e94fe7d1ed86564fc18673b5090c2ad8",
"version": "0.6.0"
"revision": "f70e8688c36c7605e8292c5d21676f5239ce856c",
"version": "0.6.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/fernandodelrio/SwiftColorGenLibrary.git", from: "0.6.0"),
.package(url: "https://github.com/fernandodelrio/SwiftColorGenLibrary.git", from: "0.6.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit e001142

Please sign in to comment.