From 64beeba2d0e39831a7f96abb175989b0ff13fd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 30 Oct 2025 15:17:26 +0800 Subject: [PATCH] Revert "release: v4.9.1" This reverts commit 7e9d852617e4765e0acc1761c1ee68aed6c293ee. --- manifest.json | 2 +- package.json | 2 +- src/common/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d3fef72d..873ddfbc 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "NapCatQQ", "slug": "NapCat.Framework", "description": "高性能的 OneBot 11 协议实现", - "version": "4.9.1", + "version": "4.9.0", "icon": "./logo.png", "authors": [ { diff --git a/package.json b/package.json index 09500a39..f39d3076 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "napcat", "private": true, "type": "module", - "version": "4.9.1", + "version": "4.9.0", "scripts": { "build:universal": "npm run build:webui && vite build --mode universal || exit 1", "build:framework": "npm run build:webui && vite build --mode framework || exit 1", diff --git a/src/common/version.ts b/src/common/version.ts index 3ebf8ceb..565ef559 100644 --- a/src/common/version.ts +++ b/src/common/version.ts @@ -1 +1 @@ -export const napCatVersion = '4.9.1'; +export const napCatVersion = '4.9.0';