From 1d6840b9d48a76b81cb0dc24b4aedf9359f0c5ba Mon Sep 17 00:00:00 2001 From: Timothy Donnelly Date: Tue, 2 Jan 2018 00:14:24 -0800 Subject: [PATCH] 1.0.0.beta1 --- Advance.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Advance.podspec b/Advance.podspec index 0ac3986..2dd038a 100644 --- a/Advance.podspec +++ b/Advance.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Advance" - s.version = "0.9.3" + s.version = "1.0.0.beta1" s.summary = "A powerful animation framework for iOS and OS X." s.description = "Advance is a pure Swift framework that enables advanced animations and physics-based interactions." @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.authors = "Storehouse", "Tim Donnelly" s.social_media_url = 'http://twitter.com/storehousehq' - s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.3" } + s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "1.0.0.beta1" } s.source_files = "Advance/**/*.swift"