Skip to content

Commit

Permalink
plugin name without redmine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 5, 2023
1 parent 961e7eb commit b096fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requirements
Installation
------------

Install ``redmine_issue_view_columns`` plugin for `Redmine`
Install `redmine_issue_view_columns` plugin for `Redmine`

cd $REDMINE_ROOT
git clone git://github.com/alphanodes/redmine_issue_view_columns.git plugins/redmine_issue_view_columns
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
loader = RedminePluginKit::Loader.new plugin_id: 'redmine_issue_view_columns'

Redmine::Plugin.register :redmine_issue_view_columns do
name 'Redmine Issue View Columns'
name 'Issue View Columns'
author 'AlphaNodes GmbH'
url 'https://github.com/AlphaNodes/redmine_issue_view_columns'
author_url 'https://alphanodes.com/'
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_issue_view_columns.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module RedmineIssueViewColumns
VERSION = '2.0.2'
VERSION = '2.0.3'

include RedminePluginKit::PluginBase

Expand Down

0 comments on commit b096fc5

Please sign in to comment.