From d80193a36570480d23d827dca205ff63e02af6f1 Mon Sep 17 00:00:00 2001 From: Yasuharu Ozaki Date: Thu, 17 Sep 2015 13:48:00 +0900 Subject: [PATCH] Bump version 1.3.0 with Xcode >= 7.0 support --- Source/AppledocSettings.plist | 2 +- Source/Info.plist | 2 +- XYDoughnutChart.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/AppledocSettings.plist b/Source/AppledocSettings.plist index 1d74dc2..a199e89 100644 --- a/Source/AppledocSettings.plist +++ b/Source/AppledocSettings.plist @@ -14,7 +14,7 @@ --company-id com.yasuoza --project-version - 1.2.2 + 1.3.0 --create-docset --create-html diff --git a/Source/Info.plist b/Source/Info.plist index 0eb186c..9f4a4aa 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.2 + 1.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/XYDoughnutChart.podspec b/XYDoughnutChart.podspec index 242812d..57a5fff 100644 --- a/XYDoughnutChart.podspec +++ b/XYDoughnutChart.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XYDoughnutChart" - s.version = "1.2.2" + s.version = "1.3.0" s.summary = "Simple DoughnutChart library for iOS" s.description = <<-DESC Easy to use doughunut chart library for iOS platform.