From 2005769af5dd3f02753e2b48d4153ac8b6f5526d Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 29 Apr 2022 10:48:30 +0800 Subject: [PATCH] =?UTF-8?q?V3.3.1=20-=20=E7=85=A7=E7=89=87=E5=A2=99?= 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 df2a9738..70289e20 100644 --- a/blog.config.js +++ b/blog.config.js @@ -124,7 +124,7 @@ const BLOG = { 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: '3.3.0' // 版本号 + VERSION: '3.3.1' // 版本号 } module.exports = BLOG diff --git a/package.json b/package.json index 7d08d16a..301e6bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.3.0", + "version": "3.3.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {