From 102ed50279979991533b52611bccd8e9a98ba9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Bu=CC=88gling?= Date: Thu, 11 Feb 2016 10:34:09 +0100 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 76ea873..0ccc3db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-playgrounds (0.0.1) + cocoapods-playgrounds (0.0.2) GEM remote: https://rubygems.org/ diff --git a/lib/cocoapods-playgrounds/gem_version.rb b/lib/cocoapods-playgrounds/gem_version.rb index 86c33fe..09bab80 100644 --- a/lib/cocoapods-playgrounds/gem_version.rb +++ b/lib/cocoapods-playgrounds/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsPlaygrounds - VERSION = '0.0.1'.freeze + VERSION = '0.0.2'.freeze end