From f537ef9764eab9ea92785c31ff0355647f0310b7 Mon Sep 17 00:00:00 2001 From: brandon_withrow Date: Tue, 20 Jun 2017 16:04:25 -0700 Subject: [PATCH] Bump version to 1.5.2 --- lottie-ios.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lottie-ios.podspec b/lottie-ios.podspec index d25d8f12a8..73030b8b1c 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -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 diff --git a/package.json b/package.json index 6ce12f0ecc..20689ab4af 100644 --- a/package.json +++ b/package.json @@ -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": {