From 7a3607b72debe25f05a0da56106668f2fa9976ab Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sun, 30 Jun 2024 22:02:22 +0800 Subject: [PATCH] v0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b88cfcad..6c0a4b77 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.0", + "version": "0.10.1", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",