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": {