Skip to content

Commit 7f82529

Browse files
authored
bump to 0.1.1
1 parent 819350c commit 7f82529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MessageViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'MessageViewController'
3-
spec.version = '0.1.0'
3+
spec.version = '0.1.1'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/rnystrom/GitHawk'
66
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
77
spec.summary = 'Replacement for SlackTextViewController.'
88
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
99
spec.source_files = 'MessageViewController/*.swift'
1010
spec.platform = :ios, '10.0'
11-
end
11+
end

0 commit comments

Comments
 (0)