From 1790930c6d775dbd43a0770745d14dece39069c5 Mon Sep 17 00:00:00 2001 From: tainewoo Date: Wed, 15 May 2019 19:53:55 +0800 Subject: [PATCH] bump version 2.2.0, for Redmine4.x --- init.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.rb b/init.rb index 48419be..77bce7d 100644 --- a/init.rb +++ b/init.rb @@ -2,11 +2,11 @@ Redmine::Plugin.register :redmine_ldap_sync do name 'Redmine LDAP Sync' - author 'Ricardo Santos' - author_url 'https://github.com/thorin' + author 'Ricardo Santos, Taine Woo' + author_url 'https://github.com/tainewoo' description 'Syncs users and groups with ldap' - url 'https://github.com/thorin/redmine_ldap_sync' - version '2.1.1.devel' + url 'https://github.com/tainewoo/redmine_ldap_sync' + version '2.2.0' requires_redmine :version_or_higher => '2.1.0' settings :default => HashWithIndifferentAccess.new()