Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 22, 2024
1 parent 0e000bd commit 4496326
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"originHash" : "28b443d0df58e9261cac33476db9d19e01adfe25cec03143cedec6132ec7c7d8",
"pins" : [
{
"identity" : "felinepine",
"kind" : "remoteSourceControl",
"location" : "https://github.com/brightdigit/FelinePine.git",
"state" : {
"branch" : "v1.0.0-beta.5",
"revision" : "60dcf34263cc53fcf59bfda7d54f2034afc3c6ce"
"revision" : "b89389fcf3f1100d0765a6a21244df02b00fbc9e",
"version" : "1.0.0-beta.5"
}
},
{
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(
)
],
dependencies: [
.package(url: "https://github.com/brightdigit/FelinePine.git", branch: "v1.0.0-beta.5"),
.package(url: "https://github.com/brightdigit/FelinePine.git", from: "1.0.0-beta.5"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/brightdigit/FelinePine.git", branch: "v1.0.0-beta.5"),
.package(url: "https://github.com/brightdigit/FelinePine.git", from: "1.0.0-beta.5"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit 4496326

Please sign in to comment.