From e13931ebd6e398cb004a6f86f1d2dd282929de3d Mon Sep 17 00:00:00 2001 From: ibireme Date: Sun, 28 Feb 2016 14:52:01 +0800 Subject: [PATCH] fix Interface Builder (IBInspectable) error in YYLabel --- 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 d3de8eef..7a845533 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/YYText.podspec b/YYText.podspec index 4e1612a1..8c2975c8 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' + s.version = '1.0.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'