From 32c2c5598e43042a61e745a9fe8075f1d0d1dfae Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Wed, 29 May 2019 15:41:27 -0400 Subject: [PATCH] Version bump --- 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 a3b170b53f..57dd5dc67e 100644 --- a/lottie-ios.podspec +++ b/lottie-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'lottie-ios' - s.version = '3.0.7' + s.version = '3.1.0' s.summary = 'A library to render native animations from bodymovin json. Now in Swift!' s.description = <<-DESC diff --git a/package.json b/package.json index ec416e1c11..4427dbaaba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "3.0.7", + "version": "3.1.0", "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": {