diff --git a/README.md b/README.md index 4282f28..03061d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**Shipped version:** 6.11.2~ynh1 +**Shipped version:** 6.12.1~ynh1 **Demo:** https://demo.koel.dev @@ -49,4 +49,4 @@ or sudo yunohost app upgrade koel -u https://github.com/YunoHost-Apps/koel_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 968b084..a457b9b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -21,7 +21,7 @@ Un simple service web de streaming audio personnel, écrit en Vue pour le client Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail. -**Version incluse :** 6.11.2~ynh1 +**Version incluse :** 6.12.1~ynh1 **Démo :** https://demo.koel.dev diff --git a/manifest.toml b/manifest.toml index c252797..3096e70 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Koel" description.en = "A simple web-based personal audio streaming service." description.fr = "Un simple service web de streaming audio personnel." -version = "6.11.2~ynh1" +version = "6.12.1~ynh1" maintainers = ["tituspijean"] @@ -43,10 +43,11 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/koel/koel/releases/download/v6.11.2/koel-v6.11.2.tar.gz" - sha256 = "db344b927be7a403712c3f4198288c01792dd1dc54af9b76b4ea16d6e62e5dc7" + url = "https://github.com/koel/koel/releases/download/v6.12.1/koel-v6.12.1.tar.gz" + sha256 = "d6526eea07374e20b6cd627126edaff92ff5881c51d1947705613a0d0b7061f2" autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^koel-v.*tar.gz$" [resources.system_user] allow_email = true