Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhow committed Apr 28, 2015
1 parent c1297e7 commit ec52c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Waver.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit ec52c09

Please sign in to comment.