From 42bef57336204e661abbc357f4abe9d2e0af7d3e Mon Sep 17 00:00:00 2001 From: ibireme Date: Thu, 21 Apr 2016 13:57:52 +0800 Subject: [PATCH] bumping the version to 1.0.5 --- Framework/Info.plist | 2 +- YYText.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index e52b996a..5e4e25bd 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.4 + 1.0.5 CFBundleSignature ???? CFBundleVersion diff --git a/YYText.podspec b/YYText.podspec index da599d18..043137d2 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.4' + s.version = '1.0.5' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'