Bumped version to 1.1.0-rc2
This commit is contained in:
parent
aaed6f8f7b
commit
cad41dc4f8
|
@ -32,7 +32,7 @@ Libwebp is available through [Swift Package Manager](https://img.shields.io/badg
|
|||
```
|
||||
let package = Package(
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.0.4")
|
||||
.package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.1.0")
|
||||
],
|
||||
// ...
|
||||
)
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.3</string>
|
||||
<string>1.1.0-rc2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.3</string>
|
||||
<string>1.1.0-rc2</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'libwebp'
|
||||
s.version = '1.0.3'
|
||||
s.version = '1.1.0-rc2'
|
||||
s.summary = 'Library to encode and decode images in WebP format.'
|
||||
s.homepage = 'https://developers.google.com/speed/webp/'
|
||||
s.authors = 'Google Inc.'
|
||||
|
|
Loading…
Reference in New Issue