Increase version to 0.0.2
Git Tag says 0.0.2 but version in plugin is still set to 0.0.2 Signed-off-by: flozzone <flozzone@gmail.com>
This commit is contained in:
parent
25180d0909
commit
18f167930b
2
init.rb
2
init.rb
@ -8,7 +8,7 @@ Redmine::Plugin.register :redmine_git_remote do
|
||||
author 'Alex Dergachev'
|
||||
url 'https://github.com/dergachev/redmine_git_remote'
|
||||
description 'Automatically clone and fetch remote git repositories'
|
||||
version '0.0.1'
|
||||
version '0.0.2'
|
||||
|
||||
settings :default => {
|
||||
'git_remote_repo_clone_path' => Pathname.new(__FILE__).join("../").realpath.to_s + "/repos",
|
||||
|
Loading…
Reference in New Issue
Block a user