From fe4c6fe3a0aa66cdeb51d549623c82ca9704b9a5 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Tue, 9 Jul 2024 11:38:20 -0700 Subject: [PATCH] Update version to 4.5.0 --- README.md | 2 +- Version.xcconfig | 2 +- lottie-ios.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eaea75f50..f0ea2a66a5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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") ``` When using Swift Package Manager we recommend using the [lottie-spm](https://github.com/airbnb/lottie-spm) repo instead of the main lottie-ios repo. The main git repository for [lottie-ios](https://github.com/airbnb/lottie-ios) is somewhat large (300+ MB), and Swift Package Manager always downloads the full repository with all git history. The [lottie-spm](https://github.com/airbnb/lottie-spm) repo is much smaller (less than 500kb), so can be downloaded much more quickly. diff --git a/Version.xcconfig b/Version.xcconfig index 8eaa696455..e9cf48eef5 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -2,5 +2,5 @@ // Copyright © 2024 Airbnb Inc. All rights reserved. // The version numbers used when building Lottie.xcframework -MARKETING_VERSION = 4.4.3 +MARKETING_VERSION = 4.5.0 CURRENT_PROJECT_VERSION = 443 // a three-digit representation of the marketing version, without dots. diff --git a/lottie-ios.podspec b/lottie-ios.podspec index 184808e513..1549f5a831 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '4.4.3' + s.version = '4.5.0' s.summary = 'A library to render native animations from bodymovin json' s.description = <<-DESC