From 6e703d60c5de365e171d2bb469ddb571a6d9d88e Mon Sep 17 00:00:00 2001 From: Vadim Senderovich Date: Mon, 17 Jun 2019 07:45:42 +0300 Subject: [PATCH] bumped version --- Gemfile.lock | 4 ++-- lib/phonelib/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6cacbb5..16f6e0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phonelib (0.6.35) + phonelib (0.6.36) GEM remote: http://rubygems.org/ @@ -52,4 +52,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 1.16.1 + 2.0.2 diff --git a/lib/phonelib/version.rb b/lib/phonelib/version.rb index 7118cba..f56abf2 100644 --- a/lib/phonelib/version.rb +++ b/lib/phonelib/version.rb @@ -1,4 +1,4 @@ module Phonelib # @private - VERSION = '0.6.35' + VERSION = '0.6.36' end