From 50c6a20dfca40db90fa3916f794bb0e210a26bbf Mon Sep 17 00:00:00 2001 From: Yasuharu Ozaki Date: Wed, 2 Dec 2015 15:26:07 +0900 Subject: [PATCH] 1.1.1 --- Example/YOGraphImageKit Demo App (iOS)/Info.plist | 2 +- Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist | 2 +- Example/YOGraphImageKit Demo App (watchOS)/Info.plist | 2 +- Source/YOChartImageKit (iOS)/Info.plist | 2 +- Source/YOChartImageKit (watchOS)/Info.plist | 2 +- YOChartImageKit.podspec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/YOGraphImageKit Demo App (iOS)/Info.plist b/Example/YOGraphImageKit Demo App (iOS)/Info.plist index 67738da..569c691 100644 --- a/Example/YOGraphImageKit Demo App (iOS)/Info.plist +++ b/Example/YOGraphImageKit Demo App (iOS)/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist b/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist index 2a1e8d3..3d4476a 100644 --- a/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist +++ b/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/YOGraphImageKit Demo App (watchOS)/Info.plist b/Example/YOGraphImageKit Demo App (watchOS)/Info.plist index 13835fc..f84202b 100644 --- a/Example/YOGraphImageKit Demo App (watchOS)/Info.plist +++ b/Example/YOGraphImageKit Demo App (watchOS)/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/YOChartImageKit (iOS)/Info.plist b/Source/YOChartImageKit (iOS)/Info.plist index 09bc972..c6f194e 100644 --- a/Source/YOChartImageKit (iOS)/Info.plist +++ b/Source/YOChartImageKit (iOS)/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/YOChartImageKit (watchOS)/Info.plist b/Source/YOChartImageKit (watchOS)/Info.plist index 09bc972..c6f194e 100644 --- a/Source/YOChartImageKit (watchOS)/Info.plist +++ b/Source/YOChartImageKit (watchOS)/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/YOChartImageKit.podspec b/YOChartImageKit.podspec index 089b085..9981f74 100644 --- a/YOChartImageKit.podspec +++ b/YOChartImageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YOChartImageKit" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "ChartKit for watchOS" s.description = <<-DESC Chart image framework for watchOS