From 50250b004908ca36d5d05efa69013104d84f16d1 Mon Sep 17 00:00:00 2001 From: ibireme Date: Tue, 14 Jun 2016 00:08:52 +0800 Subject: [PATCH] bumping the version to 1.0.4 --- 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 e2ecf82..e52b996 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/YYModel.podspec b/YYModel.podspec index d00d5fd..26594ce 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.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'