From 0590df792840283367673bc9ba4bf09c5984f091 Mon Sep 17 00:00:00 2001 From: Anton Argirov Date: Wed, 24 Jun 2015 13:33:32 +0600 Subject: [PATCH] Bump version to 0.1.3 --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index c18ece4..37b5889 100644 --- a/init.rb +++ b/init.rb @@ -29,7 +29,7 @@ name 'Redmine Custom Workflow plugin' author 'Anton Argirov' description 'Allows to create custom workflows for issues, defined in the plain Ruby language' - version '0.1.2' + version '0.1.3' url 'http://www.redmine.org/plugins/custom-workflows' menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'}, :caption => :label_custom_workflow_plural