Skip to content

Commit

Permalink
Bumped version to 1.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Dec 27, 2019
1 parent aaed6f8 commit cad41dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
],
// ...
)
Expand Down
4 changes: 2 additions & 2 deletions Xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libwebp.podspec
Original file line number Diff line number Diff line change
@@ -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.'
Expand Down

0 comments on commit cad41dc

Please sign in to comment.