diff --git a/README.md b/README.md index 6ef7b7f..aec9b74 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.11~ynh1 +**Shipped version:** 2.5.0~ynh1 ## Screenshots @@ -30,6 +30,7 @@ This is an ideal general-purpose logging application, supporting HF to Microwave * Official app website: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 29ae045..77bb08b 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.11~ynh1 +**Version incluse :** 2.5.0~ynh1 ## Captures d’écran @@ -30,6 +30,7 @@ Il s'agit d'une application de journalisation polyvalente idéale, prenant en ch * Site officiel de l’app : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 45b151c..a6e6a93 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.11~ynh1" +version = "2.5.0~ynh1" maintainers = ["eric_G"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.11.tar.gz" - sha256 = "e038a77cd51a1f6b79bfca7b79b638e8fe0594382f1ea749d6eb4f95c5aebe60" + url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.5.0.tar.gz" + sha256 = "074bdf9320ceb29e3705a8a63b2bdcddf1f9e6893be4b85522bc531ef12d06a6" autoupdate.strategy = "latest_github_tag" [resources.system_user]