Skip to content

Commit eaf91b5

Browse files
committed
incremented version
1 parent 99b6048 commit eaf91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author_url 'https://github.com/nutso/'
77
url 'https://github.com/nutso/redmine-plugin-recurring-tasks'
88
description 'Allows you to set a task to recur on a regular schedule, or when marked complete, regenerate a new task due in the future. Plugin is based -- very loosely -- on the periodic tasks plugin published by Tanguy de Courson'
9-
version '1.0.3'
9+
version '1.1.0'
1010

1111
Redmine::MenuManager.map :top_menu do |menu|
1212
menu.push :recurring_tasks, { :controller => 'recurring_tasks', :action => 'index' }, :caption => 'Recurring Issues', :if => Proc.new { User.current.admin? } # TODO localize string

0 commit comments

Comments
 (0)