Skip to content

Commit 1790930

Browse files
author
tainewoo
committed
bump version 2.2.0, for Redmine4.x
1 parent 2b83c5a commit 1790930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

init.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Redmine::Plugin.register :redmine_ldap_sync do
44
name 'Redmine LDAP Sync'
5-
author 'Ricardo Santos'
6-
author_url 'https://github.com/thorin'
5+
author 'Ricardo Santos, Taine Woo'
6+
author_url 'https://github.com/tainewoo'
77
description 'Syncs users and groups with ldap'
8-
url 'https://github.com/thorin/redmine_ldap_sync'
9-
version '2.1.1.devel'
8+
url 'https://github.com/tainewoo/redmine_ldap_sync'
9+
version '2.2.0'
1010
requires_redmine :version_or_higher => '2.1.0'
1111

1212
settings :default => HashWithIndifferentAccess.new()

0 commit comments

Comments
 (0)