Skip to content

Commit

Permalink
Update version number to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 3, 2025
1 parent d3b6e38 commit 047aa81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion lottie-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 047aa81

Please sign in to comment.