From 57aacb3eacd0fcbd50a48a2ad0d5d2e47a69612d Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 4 Mar 2024 15:39:30 +0800 Subject: [PATCH] 4.3.1 --- .env.local | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.local b/.env.local index 27700f75..2dacdbef 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.3.0 +NEXT_PUBLIC_VERSION=4.3.1 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 8f7d27ea..69a231e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.3.0", + "version": "4.3.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { @@ -76,4 +76,4 @@ "url": "https://github.com/tangly/NotionNext/issues", "email": "tlyong1992@hotmail.com" } -} +} \ No newline at end of file