From f89232d657ec56f75faa01a2f4304fef831f9067 Mon Sep 17 00:00:00 2001 From: Thanos Kyritsis Date: Wed, 28 Sep 2016 17:28:23 +0300 Subject: [PATCH] bump to version 0.4, ensure redmine 3.3.x compatibility (refs #12) --- README.md | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 613f4e3..45a302a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This plugin posts updates to issues in your Redmine installation to a Mattermost channel. -Redmine Supported versions: 2.0.x - 3.2.x. +Redmine Supported versions: 2.0.x - 3.3.x. ## Screenshot diff --git a/init.rb b/init.rb index 1bc4456..a8c583f 100644 --- a/init.rb +++ b/init.rb @@ -8,7 +8,7 @@ Redmine::Plugin.register :redmine_mattermost do url 'https://github.com/altsol/redmine_mattermost' author_url 'http://altsol.gr' description 'Mattermost chat integration' - version '0.3' + version '0.4' requires_redmine :version_or_higher => '2.0.0'