From b8848c3824d113b295b300e8e1a4041979915210 Mon Sep 17 00:00:00 2001 From: Takahiro Miyoshi Date: Wed, 18 Sep 2024 12:52:05 +0900 Subject: [PATCH] v0.2.1 --- README.md | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8cd10a..36b2d15 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/init.rb b/init.rb index 225143a..f5fe305 100644 --- a/init.rb +++ b/init.rb @@ -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