Skip to content

Commit a3720b9

Browse files
authored
Update init.rb
1 parent f49f535 commit a3720b9

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
@@ -2,7 +2,7 @@
22

33
p = Redmine::Plugin.register :redmine_message_customize do
44
name 'Redmine message customize plugin'
5-
version '0.1.0'
5+
version '0.1.1'
66
description 'This is a plugin that allows messages in Redmine to be overwritten from the admin view'
77
settings default: { custom_messages: {} }
88
menu :admin_menu, :custom_messages, { controller: 'custom_message_settings', action: 'edit' },

0 commit comments

Comments
 (0)