release: 1.7.2

This commit is contained in:
手瓜一十雪 2024-07-31 10:46:23 +08:00
parent 9e0d2606d8
commit fa29a31da9
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.7.1",
"version": "1.7.2",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",

View File

@ -1 +1 @@
export const version = '1.7.1';
export const version = '1.7.2';

View File

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

View File

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