Skip to content

Commit e6fa4e4

Browse files
committed
bumping the version to 1.0.1
1 parent 8adb989 commit e6fa4e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

YYImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YYImage'
33
s.summary = 'Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.'
4-
s.version = '1.0'
4+
s.version = '1.0.1'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
77
s.social_media_url = 'http://blog.ibireme.com'

0 commit comments

Comments
 (0)