diff --git a/init.rb b/init.rb index 52eb8e5..7f534bd 100644 --- a/init.rb +++ b/init.rb @@ -1,5 +1,5 @@ # Logs plugin for Redmine -# Copyright (C) 2010-2017 Haruyuki Iida +# Copyright (C) 2010-2022 Haruyuki Iida # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -24,7 +24,7 @@ author_url 'http://twitter.com/haru_iida' url "http://www.r-labs.org/projects/logs" if respond_to?(:url) description 'This is a Logs plugin for Redmine' - version '0.2.0' + version '0.3.0' requires_redmine :version_or_higher => '3.0.0' menu :admin_menu, 'icon redmine-logs', { :controller => 'logs', :action => 'index'}, :caption => :logs