Skip to content

Commit e5dc92d

Browse files
author
DreamPiggy
committed
Bumped version to 0.8.1
1 parent 52a3141 commit e5dc92d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "SDWebImage/SDWebImage" ~> 5.10
2-
github "SDWebImage/libavif-Xcode" >= 0.8
2+
github "SDWebImage/libavif-Xcode" >= 0.8.2

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
2020
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.10.0"),
21-
.package(url: "https://github.com/SDWebImage/libavif-Xcode.git", from: "0.8.0")
21+
.package(url: "https://github.com/SDWebImage/libavif-Xcode.git", from: "0.8.2")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

SDWebImageAVIFCoder.podspec

Lines changed: 2 additions & 2 deletions
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.8.0'
11+
s.version = '0.8.1'
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.
@@ -40,6 +40,6 @@ Which is built based on the open-sourced libavif codec.
4040
}
4141

4242
s.dependency 'SDWebImage', '~> 5.10'
43-
s.dependency 'libavif', '>= 0.8.3'
43+
s.dependency 'libavif', '>= 0.8.2'
4444
s.libraries = 'c++'
4545
end

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.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.8.0</string>
20+
<string>0.8.1</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)