From 7149f5ba4ba65e8454ff2ace3f53bbb00a54a1f6 Mon Sep 17 00:00:00 2001 From: Adler Faulkner Date: Mon, 2 Oct 2023 17:52:21 -0700 Subject: [PATCH] chore: bump deploy version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61ff3fe..8cf6781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@comake/solid-on-rails", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@comake/solid-on-rails", - "version": "0.9.0", + "version": "0.10.0", "dependencies": { "arrayify-stream": "^2.0.0", "bull": "^4.11.3", diff --git a/package.json b/package.json index 9835082..52f58ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comake/solid-on-rails", - "version": "0.9.0", + "version": "0.10.0", "description": "Runs a Node.js server using componentsjs preset with configurations for working with Solid.", "repository": { "type": "git",