From d145f381a15a5c7cf907eaf5d634bdbfcd4beffb Mon Sep 17 00:00:00 2001 From: linonetwo Date: Tue, 16 Jul 2024 16:08:56 +0800 Subject: [PATCH] v0.10.3-prerelease3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 087b2edb..7433a70a 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.10.3-prerelease2", + "version": "0.10.3-prerelease3", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",