Bump version to 1.5.2

This commit is contained in:
brandon_withrow 2017-06-20 16:04:25 -07:00
parent 140663c839
commit f537ef9764
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'lottie-ios'
s.version = '1.5.1'
s.version = '1.5.2'
s.summary = 'Used to natively render vector animations exported from After Effects.'
s.description = <<-DESC

View File

@ -1,6 +1,6 @@
{
"name": "lottie-ios",
"version": "1.5.1",
"version": "1.5.2",
"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": {