From 3c01bef3064eac2c5834c75689c756664e6f5583 Mon Sep 17 00:00:00 2001 From: Goh Matsumoto Date: Wed, 2 Nov 2016 21:01:15 +0900 Subject: [PATCH] bump the version number --- init.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.rb b/init.rb index 1eb262f..becfb0b 100644 --- a/init.rb +++ b/init.rb @@ -14,9 +14,8 @@ Redmine::Plugin.register :redmine_work_days do name 'Redmine Work Days' author 'Agileware Inc.' - description '' - version '0.9.0' - url 'http://agileware.jp' + description 'This plugin enables to set the holidays.' + version '1.1.0' author_url 'http://agileware.jp' menu :admin_menu, :rest_days, { :controller => 'rest_days', :action => 'index' }, :caption => :rest_days