diff --git a/README.md b/README.md index e0b256b..9c1f74f 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,14 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.8.0.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.8.5.png) ## next features 1. fix bugs -2. github workflows -3. controls -4. table paging -5. docs +2. controls +3. table paging +4. docs ## install diff --git a/package.json b/package.json index 4607a6a..6583dd3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.8.4", + "version": "0.8.5", "scripts": { "dev": "vite", "lib": "npm run lint && tsc && vite build --mode lib", diff --git a/src/assets/snapshots/main_v0.8.5.png b/src/assets/snapshots/main_v0.8.5.png new file mode 100644 index 0000000..9a81721 Binary files /dev/null and b/src/assets/snapshots/main_v0.8.5.png differ