From 3042ad6c8f334ec79e091b8ec5bbcd675a0ecd93 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 8 Oct 2019 13:17:49 +0800 Subject: [PATCH] Bumped version to 0.4.0 --- README.md | 1 + SDWebImageAVIFCoder.podspec | 2 +- SDWebImageAVIFCoder/Module/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90bb720..c629e17 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for + [libavif](https://github.com/AOMediaCodec/libavif) + [aom](https://aomedia.googlesource.com/aom/) ++ [dav1d](https://github.com/videolan/dav1d) + [AVIFQuickLook](https://github.com/dreampiggy/AVIFQuickLook) + [avif.js](https://github.com/Kagami/avif.js) diff --git a/SDWebImageAVIFCoder.podspec b/SDWebImageAVIFCoder.podspec index a48947f..6bbf45a 100644 --- a/SDWebImageAVIFCoder.podspec +++ b/SDWebImageAVIFCoder.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SDWebImageAVIFCoder' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image' # This description is used to generate tags and improve search results. diff --git a/SDWebImageAVIFCoder/Module/Info.plist b/SDWebImageAVIFCoder/Module/Info.plist index e112a24..93201a6 100644 --- a/SDWebImageAVIFCoder/Module/Info.plist +++ b/SDWebImageAVIFCoder/Module/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.0 + 0.4.0 CFBundleVersion - 0.3.0 + 0.4.0