Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 24, 2021
1 parent d334619 commit b1be8a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 4.1.2

- iOS target moved to 11.0 to align with React Native 64

## 4.1.1

- Updating Documentation

## 4.1.0

- Upgrading Native lottie-android to 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lottie-react-native.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
s.homepage = "https://github.com/airbnb/lottie-react-native#readme"
s.license = package['license']
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.10'

s.source = { :git => "https://github.com/react-community/lottie-react-native.git", :tag => "v#{s.version}" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "4.1.0",
"version": "4.1.2",
"description": "React Native bindings for Lottie",
"main": "lib/index.js",
"types": "src/js/index.d.ts",
Expand Down

0 comments on commit b1be8a2

Please sign in to comment.