From 7694f43e63f8071ed11b32bf63444721cd33f480 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 4 Apr 2022 18:05:36 +0700 Subject: [PATCH] Updating to 2.31.1~ynh2 --- doc/DISCLAIMER.md | 4 ---- manifest.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index b15f8f6..b664f73 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,9 +1,5 @@ ### Known limitations : - * Can't be installed yet using the web UI. You have to use the CLI -``` -sudo yunohost app install https://github.com/Yunohost-Apps/dex_ynh -``` * Only tested on x86 architectures * Dex only allows you to setup one OpenID Connect app at a time * However, it's a working multi-instance app, so you can install it more than once diff --git a/manifest.json b/manifest.json index f44adb7..1c13999 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "OpenID Connect Provider based on Yunohost LDAP server" }, - "version": "2.31.1~ynh1", + "version": "2.31.1~ynh2", "url": "https://github.com/YunoHost-Apps/dex_ynh", "upstream": { "license": "Apache-2.0",