From 94b6dc5cb79568f5c18f67698aad76e0d9aba588 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 15 Jun 2024 16:18:09 +0800 Subject: [PATCH] V4.6.0 --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index d5612ac8..9ec9cee9 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.5.4 +NEXT_PUBLIC_VERSION=4.6.0 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 9e8dc848..7c3fc26e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.5.4", + "version": "4.6.0", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {