Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Mar 18, 2023
1 parent c681b8a commit 8b9de52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if let localPath = ProcessInfo.processInfo.environment["SKIPLOCAL"] {
package.targets += [.executableTarget(name: "skiptool", dependencies: [.product(name: "SkipBuild", package: "SkipSource")], path: "Sources/SkipTool", sources: ["skiptool.swift"])]
} else {
// default to using the latest binary skiptool release
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.1.6/skiptool.artifactbundle.zip", checksum: "8df5e68e751cebb8601a8724cce9364eb4cb14a87b19c8c57e3a0efa011173ad")]
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.1.7/skiptool.artifactbundle.zip", checksum: "95fd9792f7223e6d36f9bb580d2bc7a2847549efdc0b1cc67bf24d3b607735d4")]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ swift package init
Add the following line at the bottom of your `Package.swift` file:

```swift
package.dependencies += [.package(url: "https://github.com/skiptools/skip.git", from: "0.1.6")]
package.dependencies += [.package(url: "https://github.com/skiptools/skip.git", from: "0.1.7")]
```

Then run:
Expand Down

0 comments on commit 8b9de52

Please sign in to comment.