From 00a1e452b10b3eadd5e77bc69e44919ce44603ed Mon Sep 17 00:00:00 2001 From: Nathan Kennedy Date: Wed, 20 Mar 2024 09:38:41 +1300 Subject: [PATCH] Updated to correct 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 347917b..842c6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudcannon/command-builder", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cloudcannon/command-builder", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "devDependencies": { "eslint": "^7.27.0", diff --git a/package.json b/package.json index 676ad2a..898ee7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcannon/command-builder", - "version": "1.1.2", + "version": "1.1.3", "description": "A script that builds the script that builds your site", "main": "src/index.js", "scripts": {