Skip to content

Commit

Permalink
Update SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 30, 2018
1 parent 3f39d94 commit a32aada
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/stencilproject/Stencil.git",
"state": {
"branch": null,
"revision": "6a4959cea0aa2667eeb5c20d9196d242ea172fcd",
"version": "0.12.0"
"revision": "b476e50f89577f5848e8013dbf0a850abac892aa",
"version": "0.12.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "StencilSwiftKit", targets: ["StencilSwiftKit"])
],
dependencies: [
.package(url: "https://github.com/stencilproject/Stencil.git", .upToNextMinor(from: "0.12.0"))
.package(url: "https://github.com/stencilproject/Stencil.git", .upToNextMinor(from: "0.12.1"))
],
targets: [
.target(
Expand Down

0 comments on commit a32aada

Please sign in to comment.