Skip to content

Commit e08366b

Browse files
Bump podspec
1 parent 3782923 commit e08366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ValueStepper.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 = "ValueStepper"
11-
s.version = "1.3"
11+
s.version = "1.4"
1212
s.summary = "A Stepper object that displays its value."
1313
s.description = "ValueStepper is an improved replication of Apple's UIStepper object. The problem with UIStepper is that it doesn't display the value to the user. I was tired of creating a simple UILabel just to show the value in the UI. ValueStepper integrates the value in a UILabel between the increase and decrease buttons. It's as easy as that."
1414

0 commit comments

Comments
 (0)