Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 1cae738

Browse files
authored
Bump version to 0.9.2
1 parent 6256445 commit 1cae738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Advance.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Advance"
3-
s.version = "0.9.1"
3+
s.version = "0.9.2"
44
s.summary = "A powerful animation framework for iOS and OS X."
55
s.description = "Advance is a pure Swift framework that enables advanced animations and physics-based interactions."
66

@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = "Storehouse", "Tim Donnelly"
1212
s.social_media_url = 'http://twitter.com/storehousehq'
1313

14-
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.1" }
14+
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.2" }
1515

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

0 commit comments

Comments
 (0)