From 4db8d232016856034f9bc804e7f0da5d29a9a591 Mon Sep 17 00:00:00 2001 From: Max Meyers Date: Mon, 3 Oct 2016 22:37:55 -0700 Subject: [PATCH] Update podspec version to 0.1.4. --- RazzleDazzle.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RazzleDazzle.podspec b/RazzleDazzle.podspec index c121c4f..f33884c 100644 --- a/RazzleDazzle.podspec +++ b/RazzleDazzle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RazzleDazzle" - s.version = "0.1.3" + s.version = "0.1.4" s.summary = "Simple Swift keyframe animations for scrolling intros" s.homepage = "https://github.com/IFTTT/RazzleDazzle" s.license = 'MIT'