Skip to content

Commit

Permalink
Bumped up version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Dinacci committed Jul 8, 2015
1 parent ab30c9f commit 81b4387
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MDRadialProgress.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "MDRadialProgress"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "MDRadialProgress is a custom UIView to display progress in discrete steps."
s.homepage = "http://infinityrealm.com/products/mdradialprogress/"
s.screenshots = "https://raw.github.com/mdinacci/MDRadialProgress/master/screenshot.png"
s.license = 'BSD'
s.author = { "Marco Dinacci" => "marco.dinacci@gmail.com" }
s.source = { :git => "https://github.com/mdinacci/MDRadialProgress.git", :tag => "1.3.1" }
s.source = { :git => "https://github.com/mdinacci/MDRadialProgress.git", :tag => "1.3.2" }
s.platform = :ios, '6.0'
s.source_files = 'MDRadialProgress/MDRadialProgress/MDRadialProgress*.{h,m}'
s.framework = 'QuartzCore'
Expand Down
4 changes: 2 additions & 2 deletions MDRadialProgress/MDRadialProgress-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.2

Merged pull request to fix a small bug in the label shadow.

1.3.1

Merged pull request from @foo4u that implements intrinsicContentSize in MDRadialProgressView.m
Expand Down

0 comments on commit 81b4387

Please sign in to comment.