diff --git a/README.md b/README.md index a80a054..b3a25f2 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.5.1.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.6.0.png) ## next features -1. table tool ✅ -2. table cell size ✅ -3. table paging -4. contextmenu ✅ +1. fix bugs +2. table features +3. controls ## install diff --git a/package.json b/package.json index e20f755..8f0f1a4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.5.3", + "version": "0.6.0", "scripts": { "dev": "vite", "lib": "tsc && vite build --mode lib", diff --git a/src/assets/snapshots/main_v0.6.0.png b/src/assets/snapshots/main_v0.6.0.png new file mode 100644 index 0000000..434a4ec Binary files /dev/null and b/src/assets/snapshots/main_v0.6.0.png differ