diff --git a/README.md b/README.md index 05b434b..ae7ac9a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.3.2023.05.13~ynh6 +**Shipped version:** 1.3.2023.05.15~ynh6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9a7d611..cb8227f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de messagerie qui supportent IMAP, POP3 ou SMTP - comme la plupart. -**Version incluse :** 1.3.2023.05.13~ynh6 +**Version incluse :** 1.3.2023.05.15~ynh6 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 615d87d..b2c86b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cypht" description.en = "Lightweight Open Source webmail" description.fr = "Webmail Open Source léger" -version = "1.3.2023.05.13~ynh6" +version = "1.3.2023.05.15~ynh6" maintainers = ["eric_G"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url= "https://github.com/jasonmunro/cypht/archive/a334703811d40cd0775c46604673f6a2f0679abb.tar.gz" - sha256 = "ec0ed25d145eaee9fe8b902f68689d38dc3f3001239f3b76fc4e1f5756264afb" + url= "https://github.com/jasonmunro/cypht/archive/7efda0c6378afad0607b3d518a37dc3351a9fb7e.tar.gz" + sha256 = "21af65c29893f63ab98e5893149c1215d7eea38f3111b18abdb6ce546680f9b4" autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.3.%Y.%m.%d"