From 36b6646c8511eb4324cd75bf8330aced93e64468 Mon Sep 17 00:00:00 2001 From: ibireme Date: Tue, 13 Sep 2016 18:12:32 +0800 Subject: [PATCH] bumping the version to 1.0.6 --- 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 5e4e25bd..61718cda 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.5 + 1.0.6 CFBundleSignature ???? CFBundleVersion diff --git a/YYText.podspec b/YYText.podspec index 043137d2..d20ea820 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.5' + s.version = '1.0.6' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'