Skip to content

Commit

Permalink
Release 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 27, 2024
1 parent c0bb277 commit cfa9f25
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.13/skip.zip", checksum: "d2d625d08a4323b963b337d92067852f37356b1f77f0623db3c7864a524f9c81")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/1.2.14/skip.zip", checksum: "bf4125279986e03cb9edc2a1e513071de77fd3f1a4427feac68decc141d4627e")
]
)

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

0 comments on commit cfa9f25

Please sign in to comment.