We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d88523 commit 77f231dCopy full SHA for 77f231d
Framework/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.2</string>
+ <string>1.0.3</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
YYText.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'YYText'
3
s.summary = 'Powerful text framework for iOS to display and edit rich text.'
4
- s.version = '1.0.2'
+ s.version = '1.0.3'
5
s.license = { :type => 'MIT', :file => 'LICENSE' }
6
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
7
s.social_media_url = 'http://blog.ibireme.com'
0 commit comments