From 0746603cb6fbfeedc298d61430adf53024ed976d Mon Sep 17 00:00:00 2001 From: James Campbell Date: Wed, 20 Apr 2016 21:47:36 +0100 Subject: [PATCH] Ver bump. --- cocoapods-deploy.gemspec | 2 +- lib/cocoapods-deploy/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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