From 85f27906b03c064b5c1b0a5bd24cbc3cb13c70f7 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 31 Mar 2021 18:43:56 +0300 Subject: [PATCH] v1.0.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 7f33d59ed6..aa173cf78f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (1.0.0) + avo (1.0.1) active_link_to addressable countries diff --git a/lib/avo/version.rb b/lib/avo/version.rb index df9637a565..d9fb356325 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "1.0.0" + VERSION = "1.0.1" end