diff --git a/README.md b/README.md index 50026e2..c01f8fb 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in - Add custom account without QR code thanks to an advanced form - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes +**Shipped version:** 5.1.0~ynh1 -**Shipped version:** 5.0.4~ynh1 - -**Demo:** https://demo.2fauth.app/login +**Demo:** ## Screenshots @@ -37,10 +36,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Documentation and resources -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -48,10 +47,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug or sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index da51764..5567787 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,10 +26,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po - Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé - Modifier les comptes, même ceux importés - Générer des codes de sécurité TOTP et HOTP +**Version incluse :** 5.1.0~ynh1 -**Version incluse :** 5.0.4~ynh1 - -**Démo :** https://demo.2fauth.app/login +**Démo :** ## Captures d’écran @@ -37,10 +36,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Documentations et ressources -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -48,10 +47,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug ou sudo yunohost app upgrade 2fauth -u https://github.com/YunoHost-Apps/2fauth_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index baa5c51..928d8fb 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.4~ynh1" +version = "5.1.0~ynh1" maintainers = [] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.0.4.tar.gz" - sha256 = "2382649accf9fbe5fab10a70fbea68a81c2fd1ecfaf4b111367b776673bd499a" + url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.1.0.tar.gz" + sha256 = "fb811ab6567986c48d20358e7f24f099fa1c4cbc05982c47e40d94a3df121425" autoupdate.strategy = "latest_github_tag" [resources.system_user]