Skip to content

Commit

Permalink
Update init.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 authored Apr 12, 2022
1 parent 1e7ed9b commit 71d7e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 71d7e38

Please sign in to comment.