From c18d2f0a6f4e85bdf271902470a429c7ce6911b6 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Fri, 16 Aug 2024 13:30:22 +0800 Subject: [PATCH] release: v8.7.0 --- package.json | 2 +- src/constants/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be60062b4..4b503f3e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nav", - "version": "8.6.1", + "version": "8.7.0", "author": "xiejiahe", "bugs": { "url": "https://github.com/xjh22222228/nav/issues" diff --git a/src/constants/index.ts b/src/constants/index.ts index b430a50ad..c02b89ef6 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.6.1' +export const VERSION = '8.7.0' export const STORAGE_KEY_MAP = { token: 'token',