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",