Skip to content

Commit 21a2b7e

Browse files
committed
incremented version
1 parent 1b0a001 commit 21a2b7e

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
@@ -10,7 +10,7 @@
1010
author_url 'https://github.com/nutso/'
1111
url 'https://github.com/nutso/redmine-plugin-recurring-tasks'
1212
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'
13-
version '1.1.0'
13+
version '1.2'
1414

1515
Redmine::MenuManager.map :top_menu do |menu|
1616
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)