Skip to content

Commit b524c0e

Browse files
committedJul 18, 2022
Upgrade libavif to v0.10.1
1 parent 66d08cf commit b524c0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"repositoryURL": "https://github.com/SDWebImage/libvmaf-Xcode.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "8d26d5f82704cd5f6382676fa3d54c0d72b784e0",
18+
"revision": "26544e92506764862358ce2198ddab9af7685ed5",
1919
"version": "2.2.0"
2020
}
2121
}

‎Xcode/Info.plist

+2-2
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.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.10.0</string>
20+
<string>0.10.1</string>
2121
</dict>
2222
</plist>

‎libavif.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'libavif'
11-
s.version = '0.10.0'
11+
s.version = '0.10.1'
1212
s.summary = 'libavif - Library for encoding and decoding .avif files'
1313

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

0 commit comments

Comments
 (0)
Please sign in to comment.