From 067fdc684095769371d98592ae83e1ffb8bde0e9 Mon Sep 17 00:00:00 2001 From: ambitious <1535820771@qq.com> Date: Mon, 13 Jan 2025 09:37:29 +0800 Subject: [PATCH] version: v1.4.1.1 --- README.md | 10 +++++----- main.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c81016e..028c1fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

go-emby2alist

- - + + @@ -188,7 +188,7 @@ 1. 获取代码 ```shell -git clone --branch v1.4.1 --depth 1 https://ghproxy.cc/https://github.com/AmbitiousJun/go-emby2alist +git clone --branch v1.4.1.1 --depth 1 https://ghproxy.cc/https://github.com/AmbitiousJun/go-emby2alist cd go-emby2alist ``` @@ -258,7 +258,7 @@ docker image prune -f 1. 准备配置 -参考[示例配置](https://github.com/AmbitiousJun/go-emby2alist/blob/v1.4.1/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml` +参考[示例配置](https://github.com/AmbitiousJun/go-emby2alist/blob/v1.4.1.1/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml` 2. 创建 docker-compose 文件 @@ -268,7 +268,7 @@ docker image prune -f version: "3.1" services: go-emby2alist: - image: ambitiousjun/go-emby2alist:v1.4.1 + image: ambitiousjun/go-emby2alist:v1.4.1.1 environment: - TZ=Asia/Shanghai - GIN_MODE=release diff --git a/main.go b/main.go index 0b27305..6f07b22 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/AmbitiousJun/go-emby2alist/internal/web" ) -const CurrentVersion = "v1.4.1" +const CurrentVersion = "v1.4.1.1" const RepoAddr = "https://github.com/AmbitiousJun/go-emby2alist" func main() {