From 5f37ffd12cbe8d0e3508cf9679b88e1e4ecfad18 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 25 Nov 2020 10:19:35 +0200 Subject: [PATCH] v0.4.2 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c39c663e99..8020cb7a4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (0.4.1) + avo (0.4.2) countries httparty i18n-js diff --git a/lib/avo/version.rb b/lib/avo/version.rb index e366185368..0d1dad1de7 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = '0.4.1' + VERSION = '0.4.2' end