From 9af57fc470b2c9f060453590facf625a0371e1c1 Mon Sep 17 00:00:00 2001 From: ibireme Date: Wed, 16 Mar 2016 01:26:57 +0800 Subject: [PATCH] bumping the version to 1.0.2 --- Framework/Info.plist | 2 +- YYModel.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Info.plist b/Framework/Info.plist index 7a84553..9645e5d 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/YYModel.podspec b/YYModel.podspec index a7d6fc8..de96fb0 100644 --- a/YYModel.podspec +++ b/YYModel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'YYModel' s.summary = 'High performance model framework for iOS/OSX.' - s.version = '1.0.1' + s.version = '1.0.2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'