Skip to content

Commit 4954555

Browse files
committed
Release 0.3.15
1 parent b6f9961 commit 4954555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ if let localPath = ProcessInfo.processInfo.environment["SKIPLOCAL"] {
7575
package.targets += [.executableTarget(name: "skiptool", dependencies: [.product(name: "SkipBuild", package: "SkipSource")], path: "Sources/SkipTool", sources: ["skiptool.swift"])]
7676
} else {
7777
// default to using the latest binary skiptool release
78-
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.14/skiptool.artifactbundle.zip", checksum: "c4a6597ebd654ee2488f1760a7a78f39055290b2e8d58c46c05f70b1dd090080")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.15/skiptool.artifactbundle.zip", checksum: "5490b73f3ee795973587acbd4403a1e29a427350656bc196883dd992b5d43cd2")]
7979
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ To add the Skip transpiler plugin and core library support to a Swift library
99
project, add the following lines at the end of the `Package.swift` file:
1010

1111
```
12-
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.14")]
13-
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.1")]
12+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.15")]
13+
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.2")]
1414
```
1515

1616
1. Select your package's root folder in the Xcode Project Navigator

0 commit comments

Comments
 (0)