Skip to content

Commit

Permalink
Upgrade to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Nov 20, 2023
1 parent b7c9dd0 commit 9ea0be0
Show file tree
Hide file tree
Showing 2 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 @@ -27,7 +27,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/StanfordSpezi/Spezi", .upToNextMinor(from: "0.8.0")),
.package(url: "https://github.com/StanfordSpezi/SpeziViews.git", .upToNextMinor(from: "0.6.1")),
.package(url: "https://github.com/StanfordSpezi/SpeziAccount", branch: "fix/record-id-sendable"),
.package(url: "https://github.com/StanfordSpezi/SpeziAccount", .upToNextMinor(from: "0.8.1")),
.package(url: "https://github.com/StanfordSpezi/SpeziStorage", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.13.0")
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/StanfordSpezi/SpeziAccount",
"state" : {
"branch" : "fix/record-id-sendable",
"revision" : "dcc0db1b1bf60a6d19d8ea63616d1b442c75a50d"
"revision" : "a9d37971e78fbdce02b0f8b57edfd2eecd4bb22e",
"version" : "0.8.1"
}
},
{
Expand Down

0 comments on commit 9ea0be0

Please sign in to comment.