Skip to content

Commit e42812f

Browse files
author
brandon_withrow
committedNov 30, 2017
Bump to 2.1.5
1 parent deb1d93 commit e42812f

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed
 

‎.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hello! Sorry you're having an Issue! Please help us make Lottie better by fillin
44
-->
55

66
## Check these before submitting:
7-
- [] Updated to the latest version of Lottie (2.1.4)
7+
- [] Updated to the latest version of Lottie (2.1.5)
88
- [] The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#currently-unsupported-after-effects-features)
99
- [] This issue isn't related to another open issue
1010

‎Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- lottie-ios (2.1.4)
2+
- lottie-ios (2.1.5)
33

44
DEPENDENCIES:
55
- lottie-ios (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
lottie-ios: 94fa2d82547ce3adf1e61157653ba99999fd279f
12+
lottie-ios: 836cdbba92f62f3c6a00e37a4ce485321fe317cf
1313

1414
PODFILE CHECKSUM: fdbd59f361db8744871f0e9a0b3f94e0b7b8ca6b
1515

‎Example/Pods/Local Podspecs/lottie-ios.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Example/Pods/Target Support Files/lottie-ios-OSX/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Example/Pods/Target Support Files/lottie-ios-iOS/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lottie-ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'lottie-ios'
11-
s.version = '2.1.4'
11+
s.version = '2.1.5'
1212
s.summary = 'Used to natively render vector animations exported from After Effects.'
1313

1414
s.description = <<-DESC

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lottie-ios",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"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!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.