From 35f9e205fbaf24cdde10d227ba142ea87d6e2158 Mon Sep 17 00:00:00 2001 From: Haruyuki Iida Date: Tue, 29 Mar 2022 22:28:46 +0900 Subject: [PATCH] Change version to 1.1.0 --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index 8c965c5..00d23e2 100644 --- a/init.rb +++ b/init.rb @@ -1,5 +1,5 @@ # Code Review plugin for Redmine -# Copyright (C) 2009-2018 Haruyuki Iida +# Copyright (C) 2009-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 @@ -36,7 +36,7 @@ author_url 'http://twitter.com/haru_iida' url "http://www.redmine.org/plugins/redmine_code_review" if respond_to?(:url) description 'This is a Code Review plugin for Redmine' - version '1.0.0' + version '1.1.0' requires_redmine :version_or_higher => '4.0.0' project_module :code_review do