From 454ac7d924ba0beb0d00ca534d17ed1e90b3f939 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Wed, 6 Jul 2016 16:45:51 +0100 Subject: [PATCH] Version bump. --- cocoapods-deploy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoapods-deploy.gemspec b/cocoapods-deploy.gemspec index 0558677..1b3d4fa 100644 --- a/cocoapods-deploy.gemspec +++ b/cocoapods-deploy.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = "cocoapods-deploy" - s.version = "0.0.9" + s.version = "0.0.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"]