Skip to content

Commit 972dbe4

Browse files
committed
chore: rename package for xisoul release
1 parent 8243861 commit 972dbe4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG APP_VERSION=0.4.3
1+
ARG APP_VERSION=0.4.4
22
ARG VCS_REF=
33
ARG PYTHON_IMAGE=3.11
44
ARG VARIANT=
@@ -22,7 +22,7 @@ RUN pnpm -C frontend run build-only
2222

2323
FROM python:${PYTHON_IMAGE}${VARIANT:+-$VARIANT} AS build-stage
2424

25-
ARG APP_VERSION=0.4.3
25+
ARG APP_VERSION=0.4.4
2626
ARG VCS_REF=unknown
2727
ARG PIP_INDEX_URL
2828
ARG PIP_EXTRA_INDEX_URL
@@ -51,7 +51,7 @@ RUN pip install --no-deps .
5151

5252
FROM python:${PYTHON_IMAGE}${VARIANT:+-$VARIANT}
5353

54-
ARG APP_VERSION=0.4.3
54+
ARG APP_VERSION=0.4.4
5555
ARG VCS_REF=unknown
5656
ARG APT_MIRROR
5757
VOLUME ["/data"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ _✨ 面向 NoneBot 多实例运维的 WebUI ✨_
8181
如果你明确是本机直接运行 `nb-cli`,也可以走插件安装方式:
8282

8383
```shell
84-
nb self install nb-cli-plugin-webui
84+
nb self install nb-cli-plugin-webui-xisoul
8585
```
8686

8787
### 生产部署

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "nb-cli-plugin-webui"
3-
version = "0.4.3"
2+
name = "nb-cli-plugin-webui-xisoul"
3+
version = "0.4.4"
44
description = "web ui support for nb-cli"
55
authors = ["Kyomotoi <kyomotoiowo@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)