chore(version): bump

This commit is contained in:
DJ Gillespie 2024-08-29 07:16:34 -06:00
parent ae858bae15
commit ee29e1c722
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// in deployment, `IS_DEPLOYED = "<version number>";` 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;

4
package-lock.json generated
View File

@ -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",

View File

@ -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",