Skip to content

Commit

Permalink
update Marquee to the right RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed May 23, 2023
1 parent 0ee67cd commit d1ffdcc
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stonko1994/Marquee",
"state" : {
"revision" : "69d7b7c6c34ed41d9299cfa8406f91f529c4fef3",
"version" : "0.4.0-rc.1"
"revision" : "176db9f8a21aeeb1a6668b9350464547b9da8a5b",
"version" : "0.4.0-rc.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/stonko1994/DelayedTransitionView", exact: "1.0.0"),
.package(url: "https://github.com/SwiftUIX/SwiftUIX", exact: "0.1.4"),
.package(url: "https://github.com/stonko1994/Marquee", exact: "0.4.0-rc.1"),
.package(url: "https://github.com/stonko1994/Marquee", exact: "0.4.0-rc.2"),
],
targets: [
.target(
Expand Down

0 comments on commit d1ffdcc

Please sign in to comment.