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",