From ceca6cdc9005ba545c8714d7c69c06332872e730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Bu=CC=88gling?= Date: Sun, 29 May 2016 23:16:36 -0700 Subject: [PATCH] Bump version number --- Gemfile.lock | 2 +- lib/cocoapods-playgrounds/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a5f5300..6766895 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-playgrounds (1.1.0) + cocoapods-playgrounds (1.2.0) cocoapods (~> 1.0.0) GEM diff --git a/lib/cocoapods-playgrounds/gem_version.rb b/lib/cocoapods-playgrounds/gem_version.rb index 66d3541..8b9be57 100644 --- a/lib/cocoapods-playgrounds/gem_version.rb +++ b/lib/cocoapods-playgrounds/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsPlaygrounds - VERSION = '1.1.0'.freeze + VERSION = '1.2.0'.freeze end