From 613a0a42720e604745227d8ca37b70e719056cfb Mon Sep 17 00:00:00 2001 From: Adam Modzelewski Date: Sun, 24 Sep 2017 15:25:04 +0200 Subject: [PATCH] Update Podspec --- TRX.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRX.podspec b/TRX.podspec index 984bef6..b5a15f2 100644 --- a/TRX.podspec +++ b/TRX.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TRX" - s.version = "0.5.0" + s.version = "0.6.0" s.summary = "Squeeze, chain, overlap, seek. A powerful swift animation framework." s.description = <<-DESC A versatile animation framework built with ease of use, powerful features and performance in mind. TRX is inspired by the the excellent JavaScript animation framework GSAP.