Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Mar 20, 2023
1 parent a04d94e commit 4c5951f
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.10/skiptool.artifactbundle.zip", checksum: "f2e42ec996948dc3b808ebe9c3e1316f80f3fa47df10bc94f8138ad3adf134fe")]
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.1.11/skiptool.artifactbundle.zip", checksum: "66acb86e903e50ba44996a25ec1e91739d77595615433993e0a89e73d2331528")]
}
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.10")]
package.dependencies += [.package(url: "https://github.com/skiptools/skip.git", from: "0.1.11")]
```

Then run:
Expand Down

0 comments on commit 4c5951f

Please sign in to comment.