Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Sep 18, 2024
1 parent 9a433d7 commit b8848c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note that this plugin does not create users, so users must be pre-created.
Clone this repository to the Redmine plugins directory.

$ cd path/to/redmine
$ git clone -b v0.2.0 https://github.com/arkedge/redmine_amzn_alb_authn ./plugins/redmine_amzn_alb_authn
$ git clone -b v0.2.1 https://github.com/arkedge/redmine_amzn_alb_authn ./plugins/redmine_amzn_alb_authn

Run `bundle install` to install the depended gems listed in [`PluginGemfile`](PluginGemfile).

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name 'Amazon ALB authentication plugin'
author 'ArkEdge Space Inc.'
description 'Use Amazon ALB for user authentication'
version '0.2.0'
version '0.2.1'
url 'https://github.com/arkedge/redmine_amzn_alb_auth'
author_url 'https://arkedgespace.com/'
end
Expand Down

0 comments on commit b8848c3

Please sign in to comment.