From bf4af34b60f79fbd615e794f17097b35c6cf92d9 Mon Sep 17 00:00:00 2001 From: wangjin Date: Sun, 13 Oct 2024 15:55:21 +0800 Subject: [PATCH] update docs version --- website/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 5ebc00b..a4ce2d8 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -12,7 +12,7 @@ const PROJECT_NAME = "next"; const REPO = `https://github.com/${ORGANIZATION_NAME}/${PROJECT_NAME}`; const customFields = { - version: "0.2.0", + version: "0.2.1", repo: REPO, };