From 35e92b95cf78904f9fe6dec0096426fb7090ae1b Mon Sep 17 00:00:00 2001 From: Keith Ito Date: Sat, 16 Feb 2019 11:32:38 -0800 Subject: [PATCH] Bump version to 0.4.2 --- SimpleAnimation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleAnimation.podspec b/SimpleAnimation.podspec index 285a6d7..bd85a93 100644 --- a/SimpleAnimation.podspec +++ b/SimpleAnimation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SimpleAnimation" - s.version = "0.4.1" + s.version = "0.4.2" s.summary = "A UIView extension to make basic animations, like fades and bounces, simple." s.homepage = "https://github.com/keithito/SimpleAnimation" s.license = 'MIT'