From 164f9ce2aafcaa5f30c1a537fedf19a5d02304db Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 4 Nov 2024 16:52:30 +0800 Subject: [PATCH] =?UTF-8?q?4.7.7=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index af3724bc..6952a616 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=4.7.6 +NEXT_PUBLIC_VERSION=4.7.7 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 76f6bf87..dff2f46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.7.6", + "version": "4.7.7", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {