diff --git a/README.md b/README.md index 0b35a2d..2c4d6da 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Cloudlog is an open-source PHP & MySQL based amateur radio logging application, This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32. -**Shipped version:** 2.4.8~ynh1 +**Shipped version:** 2.4.9~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 35df990..4725789 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Cloudlog est une application de journalisation radio amateur open-source basée Il s'agit d'une application de journalisation polyvalente idéale, prenant en charge HF vers micro-ondes, elle peut même s'interfacer avec votre radio via CAT, synchroniser les journaux de WSJT-X et si vous êtes un opérateur satellite, s'intègre à SatPC32. -**Version incluse :** 2.4.8~ynh1 +**Version incluse :** 2.4.9~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index c9d5046..25d3196 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "CloudLog" description.en = "Web based amateur radio logging application" description.fr = "Application Web d'enregistrement radioamateur" -version = "2.4.8~ynh1" +version = "2.4.9~ynh1" maintainers = ["eric_G"] @@ -15,7 +15,7 @@ website = "https://www.cloudlog.co.uk" code = "https://github.com/magicbug/Cloudlog" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.8.tar.gz" - sha256 = "93d963ca0002309cd3aa301730de28e6b87c3eebaae46f21ed84a7ec3d648665" + url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.9.tar.gz" + sha256 = "6598a65e7274a4767987e391c24b13cfa45eff113f4a1114d7597658ef94ced1" autoupdate.strategy = "latest_github_tag" [resources.system_user]