Skip to content

Commit bf98be8

Browse files
committed
v0.3.1
1 parent 5949704 commit bf98be8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm run build:seo
2323
- run: npm run build:deploy:prod
2424
- run: npm run build:deploy:prod:gtag
25-
- run: npm run build:deploy:prod:cdn
25+
# - run: npm run build:deploy:prod:cdn
2626

2727
- name: Add files
2828
run: git add -A
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
branch: prod
45-
force: true
45+
force: true

js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (typeof module !== "undefined") require("./parser.js");
55

66
// in deployment, `IS_DEPLOYED = "<version number>";` should be set below.
77
IS_DEPLOYED = undefined;
8-
VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */"0.3.0"/* PF2ETOOLS_VERSION__CLOSE */;
8+
VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */"0.3.1"/* PF2ETOOLS_VERSION__CLOSE */;
99
DEPLOYED_STATIC_ROOT = ""; // ""; // FIXME re-enable this when we have a CDN again
1010
IS_VTT = false;
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pf2etools",
33
"author": "Pf2eTools",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"description": "A site dedicated to making playing games with your friends as easy as possible.",
77
"scripts": {

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// importScripts("./js/sw-files.js");
1111

12-
const cacheName = /* PF2ETOOLS_VERSION__OPEN */"0.3.0"/* PF2ETOOLS_VERSION__CLOSE */;
12+
const cacheName = /* PF2ETOOLS_VERSION__OPEN */"0.3.1"/* PF2ETOOLS_VERSION__CLOSE */;
1313
// const cacheableFilenames = new Set(filesToCache);
1414

1515
let isCacheRunning;

0 commit comments

Comments
 (0)