Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 9, 2024
1 parent 6f0637e commit 672b89d
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/1.2.6/skip.zip", checksum: "d7dd88a87d99db87987f6a6d1556018ee3f6529424e3149eea08149938dcdb6f")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/1.2.7/skip.zip", checksum: "cad31d81de3499672ed398caeafce584d83269d84d21826694571e6bea26dc9a")
]
)

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: "1.2.6"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.7"),
.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 = "1.2.6"
public let skipVersion = "1.2.7"

0 comments on commit 672b89d

Please sign in to comment.