From ef35774b04679e822e43395af20e7f9e21fee303 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 31 Jan 2024 14:41:20 +0800 Subject: [PATCH] V4.2.2 --- .env.local | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.local b/.env.local index a75eefa6..55361222 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.1 +NEXT_PUBLIC_VERSION=4.2.2 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package-lock.json b/package-lock.json index 0df909e0..d1efcaff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index df95bf4d..b2c082bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.2.1", + "version": "4.2.2", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {