Skip to content

Commit 5e3313f

Browse files
committed
Bump JS/CSS versions for cache invalidation.
1 parent 4f6fac7 commit 5e3313f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<!-- SCRIPTS -->
1818
<script src="/static/scripts/initialTheme.js?v=1"></script>
1919
<script src="/static/scripts/themes.js?v=1" defer></script>
20-
<script src="/static/scripts/files.js?v=3" defer></script>
20+
<script src="/static/scripts/files.js?v=4" defer></script>
2121
<script src="/static/scripts/dragDrop.js?v=1"></script>
2222

2323
<!-- STYLESHEETS -->
2424
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2525
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
26-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=3" />
26+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=4" />
2727

2828
<!-- FONTS -->
2929
<link rel="preconnect" href="https://fonts.googleapis.com">

web/maint.html

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

1616
<!-- STYLESHEETS -->
1717
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
18-
<link rel="stylesheet" type="text/css" href="static/styles/global.css?v=3" />
18+
<link rel="stylesheet" type="text/css" href="static/styles/global.css?v=4" />
1919

2020

2121
<!-- FONTS -->

web/password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- STYLESHEETS -->
2626
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2727
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
28-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=3" />
28+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=4" />
2929
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
3030

3131
<!-- FONTS -->

web/paste.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- STYLESHEETS -->
2525
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2626
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
27-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=3" />
27+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=4" />
2828
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
2929

3030
<!-- FONTS -->

0 commit comments

Comments
 (0)