bump to version 0.4, ensure redmine 3.3.x compatibility (refs #12)

This commit is contained in:
Thanos Kyritsis
2016-09-28 17:28:23 +03:00
parent f467383922
commit f89232d657
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'