From 7d1033784c38ee54dbe4eab94b8e8ae08763739d Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Fri, 27 Dec 2024 23:46:14 +0000 Subject: [PATCH] v2.5.9 --- js/utils.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/utils.js b/js/utils.js index 50f4c1e..e60b5b8 100644 --- a/js/utils.js +++ b/js/utils.js @@ -2,7 +2,7 @@ // in deployment, `IS_DEPLOYED = "";` should be set below. globalThis.IS_DEPLOYED = undefined; -globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"2.5.8"/* 5ETOOLS_VERSION__CLOSE */; +globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"2.5.9"/* 5ETOOLS_VERSION__CLOSE */; globalThis.DEPLOYED_IMG_ROOT = undefined; // for the roll20 script to set globalThis.IS_VTT = false; diff --git a/package-lock.json b/package-lock.json index e464578..69d8d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "5etools", - "version": "2.5.8", + "version": "2.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "5etools", - "version": "2.5.8", + "version": "2.5.9", "license": "MIT", "devDependencies": { "5etools-utils": "^0.12.62", diff --git a/package.json b/package.json index f30d183..adb4c16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "5etools", "author": "TheGiddyLimit", - "version": "2.5.8", + "version": "2.5.9", "license": "MIT", "description": "A site dedicated to making playing games with your friends as easy as possible.", "type": "module",