diff --git a/README.md b/README.md index 7574645..e0b256b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## next features 1. fix bugs -2. dev config -3. table paging -4. controls +2. github workflows +3. controls +4. table paging 5. docs ## install diff --git a/package.json b/package.json index 9dba729..4607a6a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.8.3", + "version": "0.8.4", "scripts": { "dev": "vite", "lib": "npm run lint && tsc && vite build --mode lib",