Skip to content

Commit fcbdf62

Browse files
committed
Version bump to 0.7.1
1 parent 56286f8 commit fcbdf62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IntentKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'IntentKit'
3-
s.version = '0.7.0'
3+
s.version = '0.7.1'
44
s.license = { :type => 'MIT', :file => "LICENSE" }
55
s.summary = "An easier way to handle third-party URL schemes in iOS apps."
66
s.homepage = 'https://github.com/intentkit/IntentKit'
77
s.authors = { 'Mike Walker' => 'michael@lazerwalker.com' }
8-
s.source = { :git => 'https://github.com/intentkit/IntentKit.git', :tag => "0.7.0" }
8+
s.source = { :git => 'https://github.com/intentkit/IntentKit.git', :tag => "0.7.1" }
99
s.requires_arc = true
1010
s.platform = :ios, '7.0'
1111

0 commit comments

Comments
 (0)