From af938ea9e3a00e981c7452954e1835339951b9aa Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 10 Oct 2023 14:58:42 -0400 Subject: [PATCH] bump version in package.json file to 1.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3de1bc..4f87af1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@newfold-labs/wp-module-runtime", "description": "Runtime for Newfold WP modules and plugins", "license": "GPL-2.0-or-later", - "version": "1.0.6", + "version": "1.0.7", "main": "build/index.js", "files": [ "build/index.js",