From 80ee9d5454a92817a7c26f1008adf2356645ec88 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 27 Jun 2023 15:32:03 +0800 Subject: [PATCH] =?UTF-8?q?3.16.1=20=E5=8F=91=E5=B8=83?= 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 0608bfe5..9920d134 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.16.0 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.16.1 \ No newline at end of file diff --git a/package.json b/package.json index 1551bc82..b380603f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.16.0", + "version": "3.16.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {