Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aabewhite committed Dec 5, 2024
1 parent 798470c commit bd731f7
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.2/skip.zip", checksum: "e5713de7b71b3a92690f5c1082af2b71743b37b36f26f11b61888d52691b0e1c")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/1.2.3/skip.zip", checksum: "c8ad02493e252c4dbfaa21376a53eaf3198fcdab6fa3f3f90505c6b673da50f4")
]
)

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

0 comments on commit bd731f7

Please sign in to comment.