Skip to content

Commit

Permalink
Bump SwiftTUI
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Dec 21, 2023
1 parent 01f9f44 commit 73ff1b7
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 @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Finnvoor/SwiftTUI.git",
"state" : {
"revision" : "226ef40ab1c9199b0d2f0a35a20d75debd4a7d9a",
"version" : "1.0.2"
"revision" : "fe7a5592492e8d6145d1f06005fe4cdc0edaf135",
"version" : "1.0.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
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/Finnvoor/SwiftTUI.git", from: "1.0.2")
.package(url: "https://github.com/Finnvoor/SwiftTUI.git", from: "1.0.3")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 73ff1b7

Please sign in to comment.