Skip to content

Commit 3042ad6

Browse files
committed
Bumped version to 0.4.0
1 parent 5221681 commit 3042ad6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for
113113

114114
+ [libavif](https://github.com/AOMediaCodec/libavif)
115115
+ [aom](https://aomedia.googlesource.com/aom/)
116+
+ [dav1d](https://github.com/videolan/dav1d)
116117
+ [AVIFQuickLook](https://github.com/dreampiggy/AVIFQuickLook)
117118
+ [avif.js](https://github.com/Kagami/avif.js)
118119

SDWebImageAVIFCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageAVIFCoder'
11-
s.version = '0.3.0'
11+
s.version = '0.4.0'
1212
s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'
1313

1414
# This description is used to generate tags and improve search results.

SDWebImageAVIFCoder/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.3.0</string>
20+
<string>0.4.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)