From a86629a330ebb47f482308e02eb5e85ffebc4fd0 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Wed, 3 Jan 2024 23:01:09 +0800 Subject: [PATCH] v0.8.1-prerelease15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de7a8022..18c3b7d0 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-prerelease14", + "version": "0.8.1-prerelease15", "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean",