From 28f258e0eb07bd7350d12fdfd18f2f64de935b79 Mon Sep 17 00:00:00 2001 From: Brandon Withrow Date: Wed, 15 Feb 2017 11:27:14 -0800 Subject: [PATCH] Bumping Version --- 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 a541b3e69b..2cf82d3db2 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.0.3' + s.version = '1.0.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 012a342905..a261e58f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lottie-ios", - "version": "1.0.3", + "version": "1.0.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": {