diff --git a/cocoapods-deploy.gemspec b/cocoapods-deploy.gemspec index 3b860b6..0558677 100644 --- a/cocoapods-deploy.gemspec +++ b/cocoapods-deploy.gemspec @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# stub: cocoapods-deploy 0.0.8 ruby lib +# stub: cocoapods-deploy 0.0.9 ruby lib Gem::Specification.new do |s| s.name = "cocoapods-deploy" diff --git a/lib/cocoapods-deploy/gem_version.rb b/lib/cocoapods-deploy/gem_version.rb index 94da224..1fc5ba6 100644 --- a/lib/cocoapods-deploy/gem_version.rb +++ b/lib/cocoapods-deploy/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsDeploy - VERSION = "0.0.8" + VERSION = "0.0.9" end