From e3d157c08ccfbbf35a7e2c0fec0f19c782c79139 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Sat, 17 Oct 2020 10:47:45 +0300 Subject: [PATCH] v0.2.4 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2d7b1db3a6..e622f457fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (0.2.3) + avo (0.2.4) countries inline_svg kaminari diff --git a/lib/avo/version.rb b/lib/avo/version.rb index c26ad65be8..25b1fcb039 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = '0.2.3' + VERSION = '0.2.4' end