Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timdonnelly authored Dec 22, 2016
1 parent 6256445 commit 1cae738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Advance.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Advance"
s.version = "0.9.1"
s.version = "0.9.2"
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."

Expand All @@ -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.1" }
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.2" }

s.source_files = "Advance/**/*.swift"

Expand Down

0 comments on commit 1cae738

Please sign in to comment.