summaryrefslogtreecommitdiffstats
path: root/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'sw.js')
-rw-r--r--sw.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw.js b/sw.js
index 0e5ef4e..adb6539 100644
--- a/sw.js
+++ b/sw.js
@@ -1,5 +1,5 @@
// Change version to cause cache refresh
-const static_cache_name = "site-static-v1.0.3";
+const static_cache_name = "site-static-v1.0.4";
// Got them with du -a and minor cleaning up
const assets = [
"/img/avatars/asijanec.png",
@@ -21,6 +21,7 @@ const assets = [
"/pages/timetable.html",
"/pages/tos.html",
"/pages/privacypolicy.html",
+ "/pages/changelog.html",
"/fonts/materialicons.woff2",
"/fonts/fa-regular-400.eot",
@@ -51,6 +52,7 @@ const assets = [
"/js/absences.js",
"/js/tos.js",
"/js/privacypolicy.js",
+ "/js/changelog.js",
"/js/lib/materialize.min.js",
"/js/lib/fullcalendar/daygrid/main.min.js",