release: 3.1.1

This commit is contained in:
手瓜一十雪
2024-10-22 11:08:24 +08:00
parent 6d561c6e6f
commit c543171016
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"name": "NapCatQQ",
"slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现",
"version": "3.1.0",
"version": "3.1.1",
"icon": "./logo.png",
"authors": [
{

View File

@@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "3.1.0",
"version": "3.1.1",
"scripts": {
"build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell",
@@ -37,7 +37,7 @@
"commander": "^12.1.0",
"async-mutex": "^0.5.0",
"file-type": "^19.0.0",
"json-schema-to-ts": "^3.1.0",
"json-schema-to-ts": "^3.1.1",
"image-size": "^1.1.1",
"cors": "^2.8.5"
},

View File

@@ -1 +1 @@
export const napCatVersion = '3.1.0';
export const napCatVersion = '3.1.1';

View File

@@ -30,7 +30,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
undefined,
SettingButton('V3.1.0', 'napcat-update-button', 'secondary'),
SettingButton('V3.1.1', 'napcat-update-button', 'secondary'),
),
]),
SettingList([

View File

@@ -164,7 +164,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
void 0,
SettingButton("V3.1.0", "napcat-update-button", "secondary")
SettingButton("V3.1.1", "napcat-update-button", "secondary")
)
]),
SettingList([