diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 61f31da4b5..9725e6c0f1 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - lottie-ios (2.1.3) + - lottie-ios (2.1.4) DEPENDENCIES: - lottie-ios (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - lottie-ios: 8c150606598931621e927377f1426d2d3e99282d + lottie-ios: 94fa2d82547ce3adf1e61157653ba99999fd279f PODFILE CHECKSUM: fdbd59f361db8744871f0e9a0b3f94e0b7b8ca6b diff --git a/Example/Pods/Local Podspecs/lottie-ios.podspec.json b/Example/Pods/Local Podspecs/lottie-ios.podspec.json index 219388d8ce..1c88f44450 100644 --- a/Example/Pods/Local Podspecs/lottie-ios.podspec.json +++ b/Example/Pods/Local Podspecs/lottie-ios.podspec.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "2.1.3", + "version": "2.1.4", "summary": "Used to natively render vector animations exported from After Effects.", "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!\n\nFor the first time, designers can create and ship beautiful animations without an enginineer painstakingly recreating it be hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Animations can be played, resized, looped, sped up, slowed down, and even interactively scrubbed.", "homepage": "https://github.com/airbnb/lottie-ios", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/airbnb/lottie-ios.git", - "tag": "2.1.3" + "tag": "2.1.4" }, "platforms": { "ios": "8.0", diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 61f31da4b5..9725e6c0f1 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - lottie-ios (2.1.3) + - lottie-ios (2.1.4) DEPENDENCIES: - lottie-ios (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - lottie-ios: 8c150606598931621e927377f1426d2d3e99282d + lottie-ios: 94fa2d82547ce3adf1e61157653ba99999fd279f PODFILE CHECKSUM: fdbd59f361db8744871f0e9a0b3f94e0b7b8ca6b diff --git a/Example/Pods/Target Support Files/lottie-ios-OSX/Info.plist b/Example/Pods/Target Support Files/lottie-ios-OSX/Info.plist index d6204c02e9..57b76a5dfa 100644 --- a/Example/Pods/Target Support Files/lottie-ios-OSX/Info.plist +++ b/Example/Pods/Target Support Files/lottie-ios-OSX/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.3 + 2.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/lottie-ios-iOS/Info.plist b/Example/Pods/Target Support Files/lottie-ios-iOS/Info.plist index d6204c02e9..57b76a5dfa 100644 --- a/Example/Pods/Target Support Files/lottie-ios-iOS/Info.plist +++ b/Example/Pods/Target Support Files/lottie-ios-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.3 + 2.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/lottie-ios.podspec b/lottie-ios.podspec index 8d7606cc5c..79a7c4297b 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '2.1.3' + s.version = '2.1.4' s.summary = 'Used to natively render vector animations exported from After Effects.' s.description = <<-DESC diff --git a/package.json b/package.json index 5ccd375463..fa69018243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "2.1.3", + "version": "2.1.4", "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": {