From b7f41dd0b33c61577a4f0c8dd3674e5933719da0 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Tue, 9 Jul 2024 14:33:17 -0700 Subject: [PATCH] Update version number in README.md to 4.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0c0780..f9fc2f3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p or you can add the following dependency to your `Package.swift`: ```swift -.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.3") +.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.0") ``` ### Why is there a separate repo for Swift Package Manager support?