diff --git a/package.json b/package.json index f7ac54e..734fba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.13", + "version": "0.0.14", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 4c6eb07..7b9bfa7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.13", + "version": "0.0.14", "description": "Rhtml CLI tool", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index ddd97af..06804bf 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.13", + "version": "0.0.14", "description": "Fastify module with decorators", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index cf6c3ec..c7c448f 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/mongoose", - "version": "0.0.13", + "version": "0.0.14", "description": "Mongoose module wrapper", "scripts": { "start": "npx gapi start --local --path=./example/main.ts",