From c3cf7af48c23f1b20ffc3dc7725e01ea86fc98ca Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Thu, 5 Sep 2024 18:31:29 +0800 Subject: [PATCH] release: v8.8.2 --- package.json | 2 +- src/constants/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f17c5bf5d..b51345719f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "----------------": "----------------以下字段无需处理--------------------------", "================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理", "name": "nav", - "version": "8.8.1", + "version": "8.8.2", "author": "xiejiahe", "homepage": "https://github.com/xjh22222228/nav", "scripts": { diff --git a/src/constants/index.ts b/src/constants/index.ts index 634c956728..e93abf863b 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -10,7 +10,7 @@ export const SETTING_PATH = 'data/settings.json' export const SEARCH_PATH = 'data/search.json' -export const VERSION = '8.8.1' +export const VERSION = '8.8.2' export const STORAGE_KEY_MAP = { token: 'token',