OSDN Git Service

modify version & description
authorAkira Saito <akrstjp@users.sourceforge.jp>
Sun, 17 Aug 2014 14:44:45 +0000 (23:44 +0900)
committerAkira Saito <akrstjp@users.sourceforge.jp>
Sun, 17 Aug 2014 14:44:45 +0000 (23:44 +0900)
init.rb

diff --git a/init.rb b/init.rb
index af6677f..ef76485 100644 (file)
--- a/init.rb
+++ b/init.rb
@@ -6,6 +6,6 @@ require_dependency File.expand_path('../hooks', __FILE__)
 Redmine::Plugin.register :quick_edit do
   name 'Quick Edit plugin'
   author 'Akira Saito'
-  description 'This is a plugin for Redmine'
-  version '0.0.1'
+  description 'This plugin provides ability to edit a fields of the issue at the issues page.'
+  version '0.0.4'
 end