Skip to content

Commit

Permalink
Fixed Package Version
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jul 30, 2024
1 parent 7e3cfa0 commit d97c078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .swiftpm/configuration/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Darock-Studio/DarockKit",
"state" : {
"branch" : "main",
"revision" : "c36f40dc6174d729836a9fe1cb45bd18573589e5"
"revision" : "c36f40dc6174d729836a9fe1cb45bd18573589e5",
"version" : "1.2.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["RadarKit"]),
],
dependencies: [
.package(url: "https://github.com/Darock-Studio/DarockKit", branch: "main")
.package(url: "https://github.com/Darock-Studio/DarockKit", from: "1.2.1")
],
targets: [
.target(
Expand Down

0 comments on commit d97c078

Please sign in to comment.