From 25a972153b2209f64329c3f2320a3947cf7beb8b Mon Sep 17 00:00:00 2001 From: Ken Bynell Date: Wed, 22 May 2024 21:37:42 -0500 Subject: [PATCH] vernum --- 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 4f1ebf38..e26ed93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bg3-mod-helper", - "version": "2.2.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bg3-mod-helper", - "version": "2.2.1", + "version": "3.5.0", "license": "LGPL-3.0-or-later", "dependencies": { "log4js": "^6.9.1", diff --git a/package.json b/package.json index 33cab046..e481004b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "bg3_mod_helper", "publisher": "ghostboats", "description": "This extension is designed to help you make mods in Baldur's Gate 3 by creating UUIDs and handles for you, as well as updating your .loca.xml files as well should they exist. And more to come in the future.", - "version": "2.2.1", + "version": "3.5.0", "icon": "media/marketplace_icon.png", "engines": { "vscode": "^1.86.0"