Skip to content

Commit

Permalink
Update Package dep
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Sep 3, 2022
1 parent 0731157 commit 5f2408c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"package": "TransitionPatch",
"repositoryURL": "https://github.com/muukii/TransitionPatch.git",
"repositoryURL": "https://github.com/FluidGroup/TransitionPatch.git",
"state": {
"branch": null,
"revision": "1f2e5930a68b11dae764ee7ffda14b2b7ffa8fce",
"version": "1.0.3"
"revision": "88aac5305fe568ef62f73a3cf19f0b8392ffb52c",
"version": "1.0.5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(name: "Verge", url: "https://github.com/VergeGroup/Verge.git", from: "8.19.0"),
.package(url: "https://github.com/muukii/TransitionPatch.git", from: "1.0.3")
.package(url: "https://github.com/FluidGroup/TransitionPatch.git", from: "1.0.3")
],
targets: [
.target(
Expand Down

0 comments on commit 5f2408c

Please sign in to comment.