diff --git a/apps/mdcz/0.10.0/.env.sample b/apps/mdcz/0.11.0/.env.sample similarity index 100% rename from apps/mdcz/0.10.0/.env.sample rename to apps/mdcz/0.11.0/.env.sample diff --git a/apps/mdcz/0.10.0/data.yml b/apps/mdcz/0.11.0/data.yml similarity index 100% rename from apps/mdcz/0.10.0/data.yml rename to apps/mdcz/0.11.0/data.yml diff --git a/apps/mdcz/0.10.0/data/.gitkeep b/apps/mdcz/0.11.0/data/.gitkeep similarity index 100% rename from apps/mdcz/0.10.0/data/.gitkeep rename to apps/mdcz/0.11.0/data/.gitkeep diff --git a/apps/mdcz/0.10.0/docker-compose.yml b/apps/mdcz/0.11.0/docker-compose.yml similarity index 93% rename from apps/mdcz/0.10.0/docker-compose.yml rename to apps/mdcz/0.11.0/docker-compose.yml index 7874dec9f..a1d53b81d 100644 --- a/apps/mdcz/0.10.0/docker-compose.yml +++ b/apps/mdcz/0.11.0/docker-compose.yml @@ -1,6 +1,6 @@ services: mdcz: - image: "ghcr.io/shotheadman/mdcz:0.10.0" + image: "ghcr.io/shotheadman/mdcz:0.11.0" container_name: ${CONTAINER_NAME} restart: unless-stopped environment: diff --git a/apps/mdcz/0.10.0/scripts/init.sh b/apps/mdcz/0.11.0/scripts/init.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/init.sh rename to apps/mdcz/0.11.0/scripts/init.sh diff --git a/apps/mdcz/0.10.0/scripts/uninstall.sh b/apps/mdcz/0.11.0/scripts/uninstall.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/uninstall.sh rename to apps/mdcz/0.11.0/scripts/uninstall.sh diff --git a/apps/mdcz/0.10.0/scripts/upgrade.sh b/apps/mdcz/0.11.0/scripts/upgrade.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/upgrade.sh rename to apps/mdcz/0.11.0/scripts/upgrade.sh diff --git a/apps/mdcz/README.md b/apps/mdcz/README.md index bfd3ea3df..3622ba595 100644 --- a/apps/mdcz/README.md +++ b/apps/mdcz/README.md @@ -40,7 +40,7 @@ MDCz 的核心功能会创建目录与 NFO/图片文件,并可能按照设置 ## 版本说明 -- `0.10.0`:固定的首个官方 WebUI 自托管版本。 +- `0.11.0`:固定的官方 WebUI 自托管版本。 - `latest`:跟随官方最新发布镜像,升级前应阅读上游发布说明并备份数据。 项目采用 GPL-3.0 许可证。 @@ -60,4 +60,4 @@ MDCz is a self-hosted video metadata scraper and library management tool. It pro - Project: https://github.com/ShotHeadman/mdcz - Server documentation: https://github.com/ShotHeadman/mdcz/blob/main/apps/server/README.md -- Release: https://github.com/ShotHeadman/mdcz/releases/tag/v0.10.0 +- Release: https://github.com/ShotHeadman/mdcz/releases/tag/v0.11.0