Skip to content

Commit

Permalink
Bump version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Jun 27, 2015
1 parent 258e650 commit eef00c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/AppledocSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>--company-id</key>
<string>com.yasuoza</string>
<key>--project-version</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>--create-docset</key>
<true/>
<key>--create-html</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion XYDoughnutChart.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "XYDoughnutChart"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "Simple DoughnutChart library for iOS"
s.description = <<-DESC
Easy to use doughunut chart library for iOS platform.
Expand Down

0 comments on commit eef00c3

Please sign in to comment.