Skip to content

Commit

Permalink
version bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maml committed Apr 2, 2016
1 parent 52fc7af commit 0dda408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/SVGPlayButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3</string>
<string>0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SVGPlayButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SVGPlayButton"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "A circular play/pause button with progress track."

s.description = "The button toggles between 'play' and 'pause', has a circle around it, and has the capability to display a 'progress track' as whatever you've wired it up to play, plays. It's a sub-class of UIButton and all visual elements are SVG which means it will scale infinitely up and/or down. The example app demonstrates some of this capability via a slider."
Expand Down

0 comments on commit 0dda408

Please sign in to comment.