From 5347aa107b8fe87ed767887e57f9bd9e8d5d8414 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Thu, 26 Jan 2017 23:33:14 +0100 Subject: [PATCH] Bump podspec to 1.1.1 --- ValueStepper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ValueStepper.podspec b/ValueStepper.podspec index 22dd48e..37c1738 100644 --- a/ValueStepper.podspec +++ b/ValueStepper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "ValueStepper" - s.version = "1.1" + s.version = "1.1.1" s.summary = "A Stepper object that displays its value." 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."