Bumped version to 1.0.3
This commit is contained in:
parent
5542638d0c
commit
c7e156dbba
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.2</string>
|
||||
<string>1.0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<string>1.0.3</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'libwebp'
|
||||
s.version = '1.0.2'
|
||||
s.version = '1.0.3'
|
||||
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