From 8d969cc3b0b27d29d2e29ac89565d9d53f84b427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=8F=E5=9B=AD=E7=8C=AB?= Date: Wed, 12 Jun 2024 15:33:26 +0800 Subject: [PATCH] bump to version 20240613 --- App/App.json | 2 +- docs/zh-cn/CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/App/App.json b/App/App.json index 841aea8..0c80bdd 100644 --- a/App/App.json +++ b/App/App.json @@ -1,5 +1,5 @@ { - "VersionNumber": 20240612, + "VersionNumber": 20240613, "AppName": "Baiyuanneko's Blog Generator", "officialWebsite": "https://bbg.nekomoe.xyz", "contributors": [ diff --git a/docs/zh-cn/CHANGELOG.md b/docs/zh-cn/CHANGELOG.md index 8d8fb35..f397282 100644 --- a/docs/zh-cn/CHANGELOG.md +++ b/docs/zh-cn/CHANGELOG.md @@ -1,6 +1,6 @@ # 更新日志 -## 20240612 +## 20240613 - 修复了无法创建新文章(`Invalid time value`)的问题 - 修复了创建博客在加载阶段有多余的界面元素的问题 diff --git a/package.json b/package.json index a683fb6..d7f695d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbg", - "version": "20240612.0.0", + "version": "20240613.0.0", "packageManager": "yarn@1.22.19", "description": "A static blog generator based on Electron Technology.", "license": "UNLICENSED",