From f5e31deaaddd64ed711a785c8184bda95f004f16 Mon Sep 17 00:00:00 2001 From: Yasuharu Ozaki Date: Mon, 5 Oct 2015 16:16:52 +0900 Subject: [PATCH] Bump version 1.0.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 46d587f..97827d1 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.0.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist b/Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist index 3eb885d..78f38d0 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.0.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/YOGraphImageKit Demo App (watchOS)/Info.plist b/Example/YOGraphImageKit Demo App (watchOS)/Info.plist index cf6c935..ef46414 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.0.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/YOChartImageKit (iOS)/Info.plist b/Source/YOChartImageKit (iOS)/Info.plist index 60b9c00..7a84553 100644 --- a/Source/YOChartImageKit (iOS)/Info.plist +++ b/Source/YOChartImageKit (iOS)/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/YOChartImageKit (watchOS)/Info.plist b/Source/YOChartImageKit (watchOS)/Info.plist index 60b9c00..7a84553 100644 --- a/Source/YOChartImageKit (watchOS)/Info.plist +++ b/Source/YOChartImageKit (watchOS)/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/YOChartImageKit.podspec b/YOChartImageKit.podspec index 9997c10..0c3e5bd 100644 --- a/YOChartImageKit.podspec +++ b/YOChartImageKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YOChartImageKit" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "ChartKit for watchOS" s.description = <<-DESC Chart image framework for watchOS