Skip to content

Commit

Permalink
Release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Mar 21, 2023
1 parent 5eb223a commit 582f995
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.12/skiptool.artifactbundle.zip", checksum: "4a2c3fe72d30d4bf92e7821727f8286425cbbc4f444997ab3fe66671ee2b3206")]
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.1.13/skiptool.artifactbundle.zip", checksum: "f064932f3112dba5f3b01b681c936c50f9edc4e1f90fc7738bc8ab9c7f6e14dd")]
}
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.12")]
package.dependencies += [.package(url: "https://github.com/skiptools/skip.git", from: "0.1.13")]
```

Then run:
Expand Down

0 comments on commit 582f995

Please sign in to comment.