From 0bb2465c45e4e61a078fad255873ea452c0c79e6 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Tue, 30 Apr 2019 09:03:33 +0300 Subject: [PATCH] Bump version to 0.17.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 bc358a5..62c4cb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-term_customizer (0.17.0) + decidim-term_customizer (0.17.1) decidim-admin (~> 0.17.0) decidim-core (~> 0.17.0) diff --git a/lib/decidim/term_customizer/version.rb b/lib/decidim/term_customizer/version.rb index 050993d..0025222 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.17.0" + VERSION = "0.17.1" DECIDIM_VERSION = "~> 0.17.0" end end