Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Apr 3, 2023
1 parent ad13245 commit 047d35c
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 @@ -94,5 +94,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.3.4/skiptool.artifactbundle.zip", checksum: "5710271332a052278fae36d1e5d57db9772af472a12bdd730121b7c1f8ebe1d2")]
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.5/skiptool.artifactbundle.zip", checksum: "12d2c963e2066703f4ad9099af7ff567e2e59c9352cb0f1fd4f83ff9777b4ed7")]
}
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.3.4")]
package.dependencies += [.package(url: "https://github.com/skiptools/skip.git", from: "0.3.5")]
```

Then run:
Expand Down

0 comments on commit 047d35c

Please sign in to comment.