Skip to content

Commit

Permalink
Bump appstoreconnect-swift-sdk
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
finnvoor committed Feb 29, 2024
1 parent 0c646fe commit 38ae3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/AvdLee/appstoreconnect-swift-sdk.git",
"state" : {
"revision" : "d345a2bcacdaa053ee7c758f05c97f668f24d18a",
"version" : "3.0.1"
"revision" : "7665555243f556b4cf4e5736b35331620d02c925",
"version" : "3.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
products: [.executable(name: "xcc", targets: ["xcc"])],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
.package(url: "https://github.com/AvdLee/appstoreconnect-swift-sdk.git", from: "3.0.1"),
.package(url: "https://github.com/AvdLee/appstoreconnect-swift-sdk.git", from: "3.1.0"),
.package(url: "https://github.com/Finnvoor/SwiftTUI.git", from: "1.0.3")
],
targets: [
Expand Down

0 comments on commit 38ae3d2

Please sign in to comment.