From 28a487abcf43585a7f13a6b11c810d4ec1e0c607 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Wed, 27 Mar 2024 00:54:01 +0800 Subject: [PATCH] v0.9.4-prerelease --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce89b983e..f57d28618 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.9.3", + "version": "0.9.4-prerelease", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",