diff --git a/docs/package.json b/docs/package.json index f8ef95d..f6e6428 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@neuridev/docs", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "private": true, "scripts": { "dev": "pnpm run docs:dev", diff --git a/package.json b/package.json index b7fdc8b..c2aefc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neuridev", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "private": true, "packageManager": "pnpm@9.0.5", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", diff --git a/packages/neuri/package.json b/packages/neuri/package.json index 05bb95a..deb6a88 100644 --- a/packages/neuri/package.json +++ b/packages/neuri/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", "author": { "name": "Lingtic.io Neuri Team",