Bumped version to 1.1.0-rc2

This commit is contained in:
DreamPiggy 2019-12-27 11:34:55 +08:00
parent aaed6f8f7b
commit cad41dc4f8
3 changed files with 4 additions and 4 deletions

View File

@ -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")
],
// ...
)

View File

@ -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>

View File

@ -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.'