From 61b5218ecfe5283fb900d4c2059fc003aa444cfd Mon Sep 17 00:00:00 2001 From: James Campbell Date: Sun, 28 May 2017 15:13:37 +0100 Subject: [PATCH] Bump version. --- 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 1b3d4fa..863195e 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.10" + s.version = "0.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] diff --git a/lib/cocoapods-deploy/gem_version.rb b/lib/cocoapods-deploy/gem_version.rb index 8fcbbff..2febdd3 100644 --- a/lib/cocoapods-deploy/gem_version.rb +++ b/lib/cocoapods-deploy/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsDeploy - VERSION = "0.0.10" + VERSION = "0.0.11" end