From fd655d9ddc4e2142c4efa2e48263a93f6c36535a Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 13 Jan 2025 12:44:12 -0500 Subject: [PATCH] bump to version 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1aad2db..a7b26a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@newfold/wp-module-runtime", "description": "Runtime for Newfold WP modules and plugins", "license": "GPL-2.0-or-later", - "version": "1.1.1", + "version": "1.1.2", "main": "build/index.js", "files": [ "build/index.js",