From 376dd1145da3ae41b3ccca813da114802e97fcb8 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 2 Apr 2022 10:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC2.9.1=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.config.js b/blog.config.js index d10d93e6..027be3f3 100644 --- a/blog.config.js +++ b/blog.config.js @@ -95,7 +95,7 @@ const BLOG = { DESCRIPTION: process.env.NEXT_PUBLIC_DESCRIPTION || '这是一个由NotionNext生成的站点', // 站点描述,被notion中的页面描述覆盖 isProd: process.env.VERCEL_ENV === 'production', // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) isProd: process.env.VERCEL_ENV === 'production' // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables) - VERSION: '2.9.0' // 版本号 + VERSION: '2.9.1' // 版本号 } module.exports = BLOG diff --git a/package.json b/package.json index 47c448f1..5ac9819b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "2.9.0", + "version": "2.9.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {