From 9e48df78d4d618fbd4a665c9a1f2a9875b3cecc4 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 30 Jan 2024 19:10:48 +0800 Subject: [PATCH] 4.2.1 --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 9e10408697d..a75eefa684e 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.2.0 +NEXT_PUBLIC_VERSION=4.2.1 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 776d6932ce8..ae0aed22d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.2.0", + "version": "4.2.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {