From 1fb097813f1a73c79a408de8ca8dbd3bafd89b71 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Thu, 15 Oct 2020 21:36:16 +0300 Subject: [PATCH] v0.2.1 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7562bc360c..b791d35b95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (0.2.0) + avo (0.2.1) countries inline_svg kaminari diff --git a/lib/avo/version.rb b/lib/avo/version.rb index e812f42083..a2fed0d27b 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = '0.2.0' + VERSION = '0.2.1' end