From 9e73bbf96deb5a4c085bbf9c56dc38e62efdd550 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sat, 30 Dec 2023 19:03:35 +0800 Subject: [PATCH] v0.8.1-prerelease13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f20299b3f..f9aa51713 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tidgi", "productName": "TidGi", "description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.", - "version": "0.8.1-prerelease12", + "version": "0.8.1-prerelease13", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",