Skip to content

Commit

Permalink
Release 1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed Jan 3, 2025
1 parent 0abaeaf commit 6effddd
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.17/skip.zip", checksum: "28228867fe3f7a48af8602151ddaacee1409fae596fdc8840aa9da82e1f5ceaa")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/1.2.18/skip.zip", checksum: "56217d2c29bc707e741fcf766eb18f7e6835d39c7dbf6da39983c90af1547b85")
]
)

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

0 comments on commit 6effddd

Please sign in to comment.