diff --git a/Framework/Info.plist b/Framework/Info.plist index e2ecf820..e52b996a 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion diff --git a/YYText.podspec b/YYText.podspec index fb9e6fd6..da599d18 100644 --- a/YYText.podspec +++ b/YYText.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'YYText' s.summary = 'Powerful text framework for iOS to display and edit rich text.' - s.version = '1.0.3' + s.version = '1.0.4' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'