From abd6448262b2695afd98ea12df38a5a18816c9bf Mon Sep 17 00:00:00 2001 From: ambitious <1535820771@qq.com> Date: Fri, 3 Jan 2025 15:21:24 +0800 Subject: [PATCH] version: v1.3.1 --- README.md | 10 +++++----- main.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8b22926..d7b4f25 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

go-emby2alist

- - + + @@ -188,7 +188,7 @@ 1. 获取代码 ```shell -git clone --branch v1.3.0 --depth 1 https://ghproxy.cc/https://github.com/AmbitiousJun/go-emby2alist +git clone --branch v1.3.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.3.0/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml` +参考[示例配置](https://github.com/AmbitiousJun/go-emby2alist/blob/v1.3.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.3.0 + image: ambitiousjun/go-emby2alist:v1.3.1 environment: - TZ=Asia/Shanghai - GIN_MODE=release diff --git a/main.go b/main.go index 0c89211..0cf5484 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/AmbitiousJun/go-emby2alist/internal/web" ) -const CurrentVersion = "v1.3.1-beta-v3" +const CurrentVersion = "v1.3.1" const RepoAddr = "https://github.com/AmbitiousJun/go-emby2alist" func main() {