diff --git a/README.md b/README.md index e9b38a9..1fd1a95 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:** 5.0.2~ynh1 +**Shipped version:** 5.0.3~ynh1 **Demo:** https://demo.2fauth.app/login diff --git a/README_fr.md b/README_fr.md index 03b2d9d..05483af 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 :** 5.0.2~ynh1 +**Version incluse :** 5.0.3~ynh1 **Démo :** https://demo.2fauth.app/login diff --git a/manifest.toml b/manifest.toml index cc4eacc..966c5da 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 = "5.0.2~ynh1" +version = "5.0.3~ynh1" maintainers = ["eric_G"] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.0.2.tar.gz" - sha256 = "0f399b9d3a84f8ab5e795b7b52524c672becc46f6f329c48186a95a0c67264f6" + url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.0.3.tar.gz" + sha256 = "c62be0369530f43c7bbb4c4b9ee7074313dcf578c371bfabb7bcc39514d4d5d9" autoupdate.strategy = "latest_github_tag" [resources.system_user]