diff --git a/.env.local b/.env.local index 16f1a9a989e..8a0dbf80623 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.1.1 +NEXT_PUBLIC_VERSION=4.1.2 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index faaf1aabfe8..bac192ade91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.1.1", + "version": "4.1.2", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {