Skip to content

Commit

Permalink
Merge pull request #19 from teufelaudio/packages-update
Browse files Browse the repository at this point in the history
update UIExtensions
  • Loading branch information
GiuliaAriu committed Apr 10, 2024
2 parents a1b2c11 + 40d15df commit 8bfb005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/teufelaudio/UIExtensions.git",
"state": {
"branch": null,
"revision": "6462b83734d3a74cc79caeb6456b70c169e35cf3",
"version": "1.2.1"
"revision": "2d16f0db9b3629b670dad9e32d5fe54fef885d05",
"version": "1.2.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.0"),
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.2.1")
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.2.0")
],
targets: [
.target(name: "LottieExtensions", dependencies: ["Lottie", "UIExtensions"]),
Expand Down

0 comments on commit 8bfb005

Please sign in to comment.