From 047aa81b77adcbf583a966dfef620d17650cc656 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Fri, 3 Jan 2025 12:37:27 -0800 Subject: [PATCH] Update version number to 4.5.1 --- Version.xcconfig | 4 ++-- lottie-ios.podspec | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Version.xcconfig b/Version.xcconfig index e9cf48eef5..23c6e94bce 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.5.0 -CURRENT_PROJECT_VERSION = 443 // a three-digit representation of the marketing version, without dots. +MARKETING_VERSION = 4.5.1 +CURRENT_PROJECT_VERSION = 451 // a three-digit representation of the marketing version, without dots. diff --git a/lottie-ios.podspec b/lottie-ios.podspec index 1549f5a831..dd21fc52fd 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.5.0' + s.version = '4.5.1' s.summary = 'A library to render native animations from bodymovin json' s.description = <<-DESC diff --git a/package.json b/package.json index b0c865df85..f92e61388b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "4.5.0", + "version": "4.5.1", "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": {