Skip to content

Commit 7fe8b6f

Browse files
committed
Bump current version to 4.4.1
1 parent 2f0f761 commit 7fe8b6f

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.0")
44+
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.1")
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.

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.0'
11+
s.version = '4.4.1'
1212
s.summary = 'A library to render native animations from bodymovin json'
1313

1414
s.description = <<-DESC

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lottie-ios",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)