Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from leonardo-ferreira07/update-loader-version
Browse files Browse the repository at this point in the history
[FEAT] Update dotLottieLoader version
  • Loading branch information
eharrison authored Jun 13, 2022
2 parents 3d2fced + 483a978 commit 430737b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/dotLottie/dotLottieLoader",
"state": {
"branch": null,
"revision": "f68154f92511420c685b5b3592be66583a9585c1",
"version": "0.1.3"
"revision": "2760eeecfde0dcc4f8974acef1fc6ed5c0b45b09",
"version": "0.1.8"
}
},
{
Expand All @@ -21,11 +21,11 @@
},
{
"package": "Zip",
"repositoryURL": "https://github.com/marmelroy/Zip.git",
"repositoryURL": "https://github.com/LottieFiles/Zip.git",
"state": {
"branch": null,
"revision": "80b1c3005ee25b4c7ce46c4029ac3347e8d5e37e",
"version": "2.0.0"
"revision": "e16ccb1e0e772b280a2e177e2b6d4d99dd8f9419",
"version": "2.1.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(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "3.3.0"),
.package(name: "dotLottieLoader", url: "https://github.com/dotLottie/dotLottieLoader", from: "0.1.3"),
.package(name: "dotLottieLoader", url: "https://github.com/dotLottie/dotLottieLoader", from: "0.1.8"),
],
targets: [
.target(
Expand Down

0 comments on commit 430737b

Please sign in to comment.