We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c0d65 commit 19f94f9Copy full SHA for 19f94f9
3 files changed
js/utils.js
@@ -5,7 +5,7 @@ if (typeof module !== "undefined") require("./parser.js");
5
6
// in deployment, `IS_DEPLOYED = "<version number>";` should be set below.
7
IS_DEPLOYED = undefined;
8
-VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */"0.9.0"/* PF2ETOOLS_VERSION__CLOSE */;
+VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */"0.10.0"/* PF2ETOOLS_VERSION__CLOSE */;
9
DEPLOYED_STATIC_ROOT = ""; // ""; // FIXME re-enable this when we have a CDN again
10
IS_VTT = false;
11
0 commit comments