Skip to content

Commit 0dda408

Browse files
committed
version bump to 0.4
1 parent 52fc7af commit 0dda408

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Example/SVGPlayButton/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3</string>
18+
<string>0.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SVGPlayButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SVGPlayButton"
11-
s.version = "0.3.0"
11+
s.version = "0.4.0"
1212
s.summary = "A circular play/pause button with progress track."
1313

1414
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."

0 commit comments

Comments
 (0)