From b7269e6d52fc88ecc39bfbfcb6019a9f8fc37388 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Sun, 11 Feb 2024 03:23:34 +0800 Subject: [PATCH] v0.9.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81aa0e87..0ae6175a 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.2", + "version": "0.9.3", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",