Skip to content

Commit

Permalink
Release 0.8.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed Apr 23, 2024
1 parent 0c973ae commit 4ed2168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.target(name: "SkipTest", dependencies: [.target(name: "SkipDrive", condition: .when(platforms: [.macOS]))]),
.testTarget(name: "SkipTestTests", dependencies: ["SkipTest"]),
.testTarget(name: "SkipDriveTests", dependencies: ["SkipDrive"]),
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/0.8.34/skip.zip", checksum: "c29f1bc9d9ce58f527559d77caa72445f221e0660bb60b656c6dde4e2cfd7a29")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/0.8.35/skip.zip", checksum: "ec255cdd77716cd275c638d69675739e80faf4489bbab0efe30bbfa044c8af44")
]
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let package = Package(
.library(name: "ModuleName", targets: ["ModuleName"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.8.34"),
.package(url: "https://source.skip.tools/skip.git", from: "0.8.35"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.0.0"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipDrive/Version.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Skip

/// The current version of SkipDrive.
public let skipVersion = "0.8.34"
public let skipVersion = "0.8.35"

0 comments on commit 4ed2168

Please sign in to comment.