From f2bdfe0cecf5d9df3781d610b0d0585d521524d9 Mon Sep 17 00:00:00 2001 From: chiayin Date: Fri, 29 Mar 2024 15:51:35 +0800 Subject: [PATCH] release: Update to v1.0.0 --- doc/structure.txt | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/structure.txt b/doc/structure.txt index 9e362c3..e697a65 100644 --- a/doc/structure.txt +++ b/doc/structure.txt @@ -20,7 +20,8 @@ frontend │ ├─ v0.99.5 │ ├─ v0.99.6 │ ├─ v0.99.7 -│ └─ v0.99.9 +│ ├─ v0.99.9 +│ └─ v1.0.0 ├─ .gitignore ├─ .prettierrc.json ├─ README.md diff --git a/package.json b/package.json index 4381b58..7e51043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.99.9", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite",