From 7b9ee80daad1ceea87ee6c1d076194cb0d0f9219 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 9 May 2022 15:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 7158d563..dcadf585 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.3.2 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.3.3 \ No newline at end of file diff --git a/package.json b/package.json index a22a16ff..c67b1978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.3.2", + "version": "3.3.3", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {