diff --git a/README.md b/README.md index b1f4834..7c8a5af 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ git clone https://git.licsber.site/ruby/open_explorer ## ChangeLog ``` -250824周六:(0.1.1)增加复制功能 +250824周六:(0.1.2)增加复制功能 250823周六:(0.0.9)修改按钮出现位置;优化样式 250823周六:(0.0.1)基础功能 ``` diff --git a/app/views/hooks/_view_issues_show_details_bottom.html.erb b/app/views/hooks/_view_issues_show_details_bottom.html.erb index 2a18966..7a0c86d 100644 --- a/app/views/hooks/_view_issues_show_details_bottom.html.erb +++ b/app/views/hooks/_view_issues_show_details_bottom.html.erb @@ -10,7 +10,7 @@ <% archive_url = archive_custom_field.value.strip %> 📂 一键打开 diff --git a/init.rb b/init.rb index 0c3b3ef..7200259 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do name 'Open Explorer plugin' author 'licsber' description 'Open archive path using explorer.' - version '0.1.1' + version '0.1.2' url 'https://git.licsber.site/ruby/open_explorer' author_url 'https://licsber.site' end