From ee29e1c72248b2a713eb43e76d104b3659b44aa0 Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Thu, 29 Aug 2024 07:16:34 -0600 Subject: [PATCH] chore(version): bump --- 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 52936a7..5442627 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 */"1.209.3"/* 5ETOOLS_VERSION__CLOSE */; +globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"1.209.5"/* 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 778ee3e..09d373f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "5etools", - "version": "1.209.4", + "version": "1.209.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "5etools", - "version": "1.209.4", + "version": "1.209.5", "license": "MIT", "devDependencies": { "5etools-utils": "^0.12.20", diff --git a/package.json b/package.json index 9b8c585..1a55863 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "5etools", "author": "TheGiddyLimit", - "version": "1.209.4", + "version": "1.209.5", "license": "MIT", "description": "A site dedicated to making playing games with your friends as easy as possible.", "type": "module",