From 0e230d8b0b44ddfd09d12e76adf58bf8bae664a7 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 19 Feb 2021 18:53:42 +0800 Subject: [PATCH] Bumped the version to 0.3.0 --- SDWebImageLottiePlugin.podspec | 2 +- SDWebImageLottiePlugin/Module/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImageLottiePlugin.podspec b/SDWebImageLottiePlugin.podspec index a56a05d..c620b67 100644 --- a/SDWebImageLottiePlugin.podspec +++ b/SDWebImageLottiePlugin.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SDWebImageLottiePlugin' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'SDWebImage integration with Lottie Animation using remote JSON files' s.description = <<-DESC diff --git a/SDWebImageLottiePlugin/Module/Info.plist b/SDWebImageLottiePlugin/Module/Info.plist index bb97759..6d60192 100644 --- a/SDWebImageLottiePlugin/Module/Info.plist +++ b/SDWebImageLottiePlugin/Module/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)