From 96411522e8f4c7e8d306c83e0de652c6dc8c393b Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Thu, 4 Apr 2024 09:36:55 -0700 Subject: [PATCH] Update current version to 4.4.2 --- README.md | 2 +- Version.xcconfig | 4 ++-- lottie-ios.podspec | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a10a2c553..fa45e65125 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.1") +.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.2") ``` 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 50d61f10f8..e33b7572bb 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.1 -CURRENT_PROJECT_VERSION = 441 // a three-digit representation of the marketing version, without dots. +MARKETING_VERSION = 4.4.2 +CURRENT_PROJECT_VERSION = 442 // a three-digit representation of the marketing version, without dots. diff --git a/lottie-ios.podspec b/lottie-ios.podspec index cd24073e1e..81ed0ef3f3 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.1' + s.version = '4.4.2' s.summary = 'A library to render native animations from bodymovin json' s.description = <<-DESC diff --git a/package.json b/package.json index 76a0451781..805e06389d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "4.4.1", + "version": "4.4.2", "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!", "main": "index.js", "scripts": {