Skip to content

Commit fe4c6fe

Browse files
committed
Update version to 4.5.0
1 parent 0ed725e commit fe4c6fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
4141
or you can add the following dependency to your `Package.swift`:
4242

4343
```swift
44-
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.3")
44+
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.5.0")
4545
```
4646

4747
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.

Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Copyright © 2024 Airbnb Inc. All rights reserved.
33

44
// The version numbers used when building Lottie.xcframework
5-
MARKETING_VERSION = 4.4.3
5+
MARKETING_VERSION = 4.5.0
66
CURRENT_PROJECT_VERSION = 443 // a three-digit representation of the marketing version, without dots.

lottie-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'lottie-ios'
11-
s.version = '4.4.3'
11+
s.version = '4.5.0'
1212
s.summary = 'A library to render native animations from bodymovin json'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)