diff --git a/package.json b/package.json index 062294a..4ae7739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.3", + "version": "0.0.4", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ @@ -61,4 +61,4 @@ "dependencies": { "fastify": "^4.26.2" } -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index e602eb2..a9c133a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.3", + "version": "0.0.4", "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 aeaa447..909be7b 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.3", + "version": "0.0.4", "description": "Fastify module with decorators", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", @@ -40,4 +40,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +}