Skip to content

Commit 4e224db

Browse files
committed
feat: publish v0.0.3
1 parent ce03744 commit 4e224db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Large Language Model (LLM) Friendly. Support Plain Text Response.
3434
One command is all it takes to deploy the service to port 8080 using Docker.
3535

3636
```shell
37-
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
37+
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
3838
```
3939

4040
## Usage

Diff for: docs/zhs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LessAPI-DuckDuckGo 是一个搜索引擎API服务。
3737
使用Docker只需要一个命令即可将服务部署到8080端口。
3838

3939
```shell
40-
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
40+
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
4141
```
4242

4343
## 使用

Diff for: docs/zht/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LessAPI-DuckDuckGo 是一個搜索引擎API服務。
3838
使用Docker只需要一個命令即可將服務部署到8080端口。
3939

4040
```shell
41-
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
41+
docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
4242
```
4343

4444
## 使用

Diff for: version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package lessapi_duckduckgo
22

33
const ServerName = "LessAPI-DuckDuckGo"
44
const ProjectGithub = "https://github.com/lessapidev/lessapi-duckduckgo"
5-
const Version = "0.0.2"
5+
const Version = "0.0.3"

0 commit comments

Comments
 (0)