From b145312e90350b56af5f6cf2ba79c52da3990f8f Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 28 Aug 2024 12:52:51 +0800 Subject: [PATCH] 4.6.2 --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 3b00243c..f2327cf8 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.6.1 +NEXT_PUBLIC_VERSION=4.6.2 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 55c67a2b..8d1c195f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.6.1", + "version": "4.6.2", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {