Skip to content

Commit

Permalink
version: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbitiousJun committed Dec 27, 2024
1 parent 792caaf commit 1a9e1b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">go-emby2alist</h1>

<div align="center">
<a href="https://github.com/AmbitiousJun/go-emby2alist/tree/v1.2.1"><img src="https://img.shields.io/github/v/tag/AmbitiousJun/go-emby2alist"></img></a>
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2alist/tags"><img src="https://img.shields.io/docker/image-size/ambitiousjun/go-emby2alist/v1.2.1"></img></a>
<a href="https://github.com/AmbitiousJun/go-emby2alist/tree/v1.3.0"><img src="https://img.shields.io/github/v/tag/AmbitiousJun/go-emby2alist"></img></a>
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2alist/tags"><img src="https://img.shields.io/docker/image-size/ambitiousjun/go-emby2alist/v1.3.0"></img></a>
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2alist/tags"><img src="https://img.shields.io/docker/pulls/ambitiousjun/go-emby2alist"></img></a>
<a href="https://goreportcard.com/report/github.com/AmbitiousJun/go-emby2alist"><img src="https://goreportcard.com/badge/github.com/AmbitiousJun/go-emby2alist"></img></a>
<img src="https://img.shields.io/github/stars/AmbitiousJun/go-emby2alist"></img>
Expand Down Expand Up @@ -188,7 +188,7 @@
1. 获取代码

```shell
git clone --branch v1.2.1 --depth 1 https://ghproxy.cc/https://github.com/AmbitiousJun/go-emby2alist
git clone --branch v1.3.0 --depth 1 https://ghproxy.cc/https://github.com/AmbitiousJun/go-emby2alist
cd go-emby2alist
```

Expand Down Expand Up @@ -258,7 +258,7 @@ docker image prune -f

1. 准备配置

参考[示例配置](https://github.com/AmbitiousJun/go-emby2alist/blob/v1.2.1/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml`
参考[示例配置](https://github.com/AmbitiousJun/go-emby2alist/blob/v1.3.0/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml`

2. 创建 docker-compose 文件

Expand All @@ -268,7 +268,7 @@ docker image prune -f
version: "3.1"
services:
go-emby2alist:
image: ambitiousjun/go-emby2alist:v1.2.1
image: ambitiousjun/go-emby2alist:v1.3.0
environment:
- TZ=Asia/Shanghai
- GIN_MODE=release
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/AmbitiousJun/go-emby2alist/internal/web"
)

const CurrentVersion = "v1.3.0-beta-v6"
const CurrentVersion = "v1.3.0"
const RepoAddr = "https://github.com/AmbitiousJun/go-emby2alist"

func main() {
Expand Down

0 comments on commit 1a9e1b4

Please sign in to comment.