diff --git a/README.md b/README.md index 87f0aef..8d794e7 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ ## next features 1. fix bugs -2. compress output data size ✔ -3. usage mode ✔ -4. unit test -5. controls -6. docs +2. unit test +3. dev config +4. controls +5. docs ## install diff --git a/package.json b/package.json index 3a71a2c..5afe046 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.8.1", + "version": "0.8.2", "scripts": { "dev": "vite", "lib": "tsc && vite build --mode lib",