diff --git a/README.md b/README.md
index 15e69ff..efbec19 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,12 @@ You can try [AVIFQuickLook](https://github.com/dreampiggy/AVIFQuickLook) QuickLo
You can also try using [avif.js](https://kagami.github.io/avif.js/) to view it online by using Chrome's AV1 codec.
+## Testing
+
+SDWebImageAVIFCoder use [GitHub Actions](https://github.com/SDWebImage/SDWebImageAVIFCoder/actions) for testing. Each merge request will run the test cases to ensure the AVIF decoding/encoding function works.
+
+Current test cases use macOS command line tools, to compare the AVIF sample decoding result with [ImageMagick](https://www.imagemagick.org/).
+
## Author
DreamPiggy, lizhuoli1126@126.com
diff --git a/SDWebImageAVIFCoder.podspec b/SDWebImageAVIFCoder.podspec
index 7dd36c7..fbc4d6b 100644
--- a/SDWebImageAVIFCoder.podspec
+++ b/SDWebImageAVIFCoder.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageAVIFCoder'
- s.version = '0.5.0'
+ s.version = '0.5.1'
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 82278c7..a4910dc 100644
--- a/SDWebImageAVIFCoder/Module/Info.plist
+++ b/SDWebImageAVIFCoder/Module/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleVersion
- 0.5.0
+ 0.5.1