From 3cec375b9fc7683f2ca351df8936d59e24a4643d Mon Sep 17 00:00:00 2001 From: Jester Date: Thu, 21 Jun 2018 12:35:04 +0300 Subject: [PATCH] Update version to 0.2.3 --- Gemfile.lock | 2 +- lib/frontend_api/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97a896b..41b4b9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - frontend_api (0.2.2) + frontend_api (0.2.3) sequel (~> 5.9) GEM diff --git a/lib/frontend_api/version.rb b/lib/frontend_api/version.rb index d3ac194..8a692e2 100644 --- a/lib/frontend_api/version.rb +++ b/lib/frontend_api/version.rb @@ -1,3 +1,3 @@ module FrontendApi - VERSION = "0.2.2" + VERSION = "0.2.3" end