From f503518d001ea7fd6e5c6ed4b213048e3d1eb45a Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Fri, 2 Apr 2021 14:37:31 +0300 Subject: [PATCH] v1.0.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 8fdeab2192..90e910b99e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (1.0.3) + avo (1.0.4) active_link_to addressable countries diff --git a/lib/avo/version.rb b/lib/avo/version.rb index 1b812e3cfb..7bcd733b3d 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "1.0.3" + VERSION = "1.0.4" end