diff --git a/README.md b/README.md index 7d96a37..2e806fa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes -**Shipped version:** 4.2.3~ynh1 +**Shipped version:** 4.2.4~ynh1 **Demo:** https://demo.2fauth.app/login diff --git a/README_fr.md b/README_fr.md index 0d571c9..48fefba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po - Modifier les comptes, même ceux importés - Générer des codes de sécurité TOTP et HOTP -**Version incluse :** 4.2.3~ynh1 +**Version incluse :** 4.2.4~ynh1 **Démo :** https://demo.2fauth.app/login diff --git a/manifest.toml b/manifest.toml index b85690b..ba7e5e9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "2FAuth" description.en = "self-hosted alternative to One Time Passcode" description.fr = "Alternative auto-hébergée a One Time Passcode" -version = "4.2.3~ynh1" +version = "4.2.4~ynh1" maintainers = ["eric_G"] @@ -19,8 +19,11 @@ code = "https://github.com/Bubka/2FAuth" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = true + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -41,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.3.tar.gz" - sha256 = "d3451ebca274fdf4c6e8d114fd3746c157dd32a98950944656b8e1695c946e17" + url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.2.4.tar.gz" + sha256 = "997bec1648eb0dce453415eaff43ef53e9310b2c2fb15c6acd0e5c04f7b700ee" autoupdate.strategy = "latest_github_tag" [resources.system_user]