From ec52c093cde833efaf43c76b2e7b96247d58d32c Mon Sep 17 00:00:00 2001 From: kevinzhow Date: Wed, 29 Apr 2015 00:47:46 +0800 Subject: [PATCH] Fix #4 --- Waver.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Waver.podspec b/Waver.podspec index 2e9071a..e214530 100644 --- a/Waver.podspec +++ b/Waver.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "Waver" - s.version = "0.2.0" + s.version = "0.3.0" s.summary = "A Siri Like Wave Effect" s.description = <<-DESC @@ -86,7 +86,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/kevinzhow/Waver.git", :tag => "0.2.0" } + s.source = { :git => "https://github.com/kevinzhow/Waver.git", :tag => "0.3.0" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #