diff --git a/README.md b/README.md index 54e9dad..72b4757 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Shipped version:** 6.5.0~ynh1 +**Shipped version:** 6.6.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index d39e712..1348b0b 100644 --- a/README_es.md +++ b/README_es.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Versión actual:** 6.5.0~ynh1 +**Versión actual:** 6.6.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 891cc16..a87a615 100644 --- a/README_eu.md +++ b/README_eu.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Paketatutako bertsioa:** 6.5.0~ynh1 +**Paketatutako bertsioa:** 6.6.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index be93e1e..ffef034 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Ampache est une application Web de streaming audio/vidéo et un gestionnaire de * Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe * Autoriser un utilisateur à être l'administrateur (défini lors de l'installation) -**Version incluse :** 6.5.0~ynh1 +**Version incluse :** 6.6.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 4483748..e9ff381 100644 --- a/README_gl.md +++ b/README_gl.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Versión proporcionada:** 6.5.0~ynh1 +**Versión proporcionada:** 6.6.0~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index e8e23e3..b41aa23 100644 --- a/README_id.md +++ b/README_id.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Versi terkirim:** 6.5.0~ynh1 +**Versi terkirim:** 6.6.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 1904899..b404f0f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**分发版本:** 6.5.0~ynh1 +**分发版本:** 6.6.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index e5c2a27..1f725cc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ampache" description.en = "Web based audio/video streaming application" description.fr = "Application de streaming audio et vidéo" -version = "6.5.0~ynh1" +version = "6.6.0~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.5.0/ampache-6.5.0_all_php8.2.zip" - sha256 = "d987c41643d722e4805818cbe55a3b2e30da66caf7c53497a749b9ee4702cf42" + url = "https://github.com/ampache/ampache/releases/download/6.6.0/ampache-6.6.0_all_php8.2.zip" + sha256 = "f6af4133f499d2601ec3351488295c61ff6490667cf9f41751e2d30872f2cb26" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "^ampache-.*_all_php8.2.zip$"