diff --git a/package.json b/package.json index 9091c58..f9c678b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.4", + "version": "0.0.5", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index a9c133a..339ce6f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.4", + "version": "0.0.5", "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 909be7b..6b0896b 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.4", + "version": "0.0.5", "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 cb32bf3..735bc3b 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/mongoose", - "version": "0.0.4", + "version": "0.0.5", "description": "Mongoose module wrapper", "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 +}