diff --git a/README.md b/README.md index 9e2dbe1..62b5717 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.6.1.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.7.0.png) ## next features 1. fix bugs -2. table features -3. controls +2. controls ## install diff --git a/package.json b/package.json index fbb94f0..851e7d6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.2", + "version": "0.7.0", "scripts": { "dev": "vite", "lib": "tsc && vite build --mode lib", diff --git a/src/assets/snapshots/main_v0.7.0.png b/src/assets/snapshots/main_v0.7.0.png new file mode 100644 index 0000000..801edd5 Binary files /dev/null and b/src/assets/snapshots/main_v0.7.0.png differ