diff --git a/Source/AppledocSettings.plist b/Source/AppledocSettings.plist index 37b1c87..291a9a4 100644 --- a/Source/AppledocSettings.plist +++ b/Source/AppledocSettings.plist @@ -14,7 +14,7 @@ --company-id com.yasuoza --project-version - 1.1.1 + 1.1.2 --create-docset --create-html diff --git a/Source/Info.plist b/Source/Info.plist index 28e8de7..5f6beec 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/XYDoughnutChart.podspec b/XYDoughnutChart.podspec index 0f88331..31902ab 100644 --- a/XYDoughnutChart.podspec +++ b/XYDoughnutChart.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XYDoughnutChart" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Simple DoughnutChart library for iOS" s.description = <<-DESC Easy to use doughunut chart library for iOS platform.