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