diff --git a/init.rb b/init.rb index d7a09fd..a8fa828 100644 --- a/init.rb +++ b/init.rb @@ -5,7 +5,7 @@ p = Redmine::Plugin.register :redmine_message_customize do name 'Redmine message customize plugin' - version '0.1.2' + version '0.1.3' description 'This is a plugin that allows messages in Redmine to be overwritten from the admin view' settings default: { custom_messages: {} } menu :admin_menu, :custom_messages, { controller: 'custom_message_settings', action: 'edit' },