From 38d33d5c47e998a1e5c50083d1f7e2e068c98628 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Tue, 3 Mar 2020 10:43:55 +0200 Subject: [PATCH] Bump module version to 0.19.1 --- Gemfile.lock | 2 +- lib/decidim/term_customizer/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e2c903..3617f90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-term_customizer (0.19.0) + decidim-term_customizer (0.19.1) decidim-admin (~> 0.19.0) decidim-core (~> 0.19.0) diff --git a/lib/decidim/term_customizer/version.rb b/lib/decidim/term_customizer/version.rb index 1fd031e..bf9b275 100644 --- a/lib/decidim/term_customizer/version.rb +++ b/lib/decidim/term_customizer/version.rb @@ -2,7 +2,7 @@ module Decidim module TermCustomizer - VERSION = "0.19.0" + VERSION = "0.19.1" DECIDIM_VERSION = "~> 0.19.0" end end