From 0610057ecf6dfad0ab7a8df1567510ba2c61721e Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Mar 2022 15:52:45 +0800 Subject: [PATCH] =?UTF-8?q?2.8.0=20-=20hexo=20=E8=B0=83=E6=95=B4+=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F?= 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 4a65d435..460f9049 100644 --- a/blog.config.js +++ b/blog.config.js @@ -79,7 +79,7 @@ const BLOG = { ADSENSE_GOOGLE_ID: process.env.NEXT_PUBLIC_ADSENSE_GOOGLE_ID || '', // 谷歌广告ID e.g ca-pub-xxxxxxxxxxxxxxxx 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.8.3' // 版本号 + VERSION: '2.8.4' // 版本号 } module.exports = BLOG diff --git a/package.json b/package.json index 96f313f0..b8b2de14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "2.8.3", + "version": "2.8.4", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {