diff --git a/README.md b/README.md index aca9cc3..800fb4d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project. -**Shipped version:** 11.4.9~ynh1 +**Shipped version:** 11.4.11~ynh1 ## Screenshots @@ -45,4 +45,4 @@ or sudo yunohost app upgrade emoncms -u https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index c1464d1..9c3ccb3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project. -**Version incluse :** 11.4.9~ynh1 +**Version incluse :** 11.4.11~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index f66d28b..c773ec2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Emoncms" description.en = "Processing, logging and visualising energy, temperature and other environmental data" description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales" -version = "11.4.9~ynh1" +version = "11.4.11~ynh1" maintainers = [] @@ -44,14 +44,14 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.4.9.tar.gz" - sha256 = "143f8a3c5a90d4ecc1d13ba1f82720c333e143fb0ba45b0d11b9e8b17605fcc4" + url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.4.11.tar.gz" + sha256 = "5769ad43c47b12dfe034875fdad10314cc097e4d6ead390a376620fff65bd35a" autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball" [resources.sources.graph] - url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.4.9.tar.gz" - sha256 = "143f8a3c5a90d4ecc1d13ba1f82720c333e143fb0ba45b0d11b9e8b17605fcc4" + url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.4.11.tar.gz" + sha256 = "5769ad43c47b12dfe034875fdad10314cc097e4d6ead390a376620fff65bd35a" in_subdir = false autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball"