summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-06-04 15:13:04 +0200
committersijanec <sijanecantonluka@gmail.com>2020-06-04 15:13:04 +0200
commitcc82f7c592a75efaa57292e27f0596ce1ab1b6a6 (patch)
tree7a0111d4f2cb0292ab9f5f1e0ec9f1248ca39020
parentoops, didn't /install (diff)
downloadbeziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar.gz
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar.bz2
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar.lz
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar.xz
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.tar.zst
beziapp-cc82f7c592a75efaa57292e27f0596ce1ab1b6a6.zip
-rw-r--r--assets/js/grades.js1
-rwxr-xr-xdist/js/app.js4
-rwxr-xr-xdist/pages/about.html4
-rwxr-xr-xdist/sw.js4
-rw-r--r--global.bvr2
5 files changed, 8 insertions, 7 deletions
diff --git a/assets/js/grades.js b/assets/js/grades.js
index 91a5587..549ac7c 100644
--- a/assets/js/grades.js
+++ b/assets/js/grades.js
@@ -241,4 +241,5 @@ document.addEventListener("DOMContentLoaded", async () => {
clearGrades();
await loadGrades();
+
});
diff --git a/dist/js/app.js b/dist/js/app.js
index 0faf9c3..6980e00 100755
--- a/dist/js/app.js
+++ b/dist/js/app.js
@@ -2,8 +2,8 @@
-const app_version = "1.0.14-beta";
-const previous_commit = "cb700f0e69588dd5cac218ad5fe50f022e141674";
+const app_version = "1.0.14.1-beta";
+const previous_commit = "a5e93ee02ed3bb5d2996ed4de85ad1149d51ef3f";
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
diff --git a/dist/pages/about.html b/dist/pages/about.html
index b45aab2..ef33a69 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -73,7 +73,7 @@
<b class="title-secondary">Beži</b><span class="title-primary">App</span>
</h3>
<!-- One day in the future we may have sw cache version covered by this as well -->
- <h5 class="subheader"><x-su>version</x-su> 1.0.14-beta</h5>
+ <h5 class="subheader"><x-su>version</x-su> 1.0.14.1-beta</h5>
</div>
</div>
<div class="row">
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD cb700f0e69588dd5cac218ad5fe50f022e141674
+ ^HEAD a5e93ee02ed3bb5d2996ed4de85ad1149d51ef3f
</small>
</p>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index 050b369..c3b9835 100755
--- a/dist/sw.js
+++ b/dist/sw.js
@@ -3,8 +3,8 @@
// Change version to cause cache refresh
-const static_cache_name = "site-static-1.0.14-beta-cb700f0";
-// commit before the latest is cb700f0e69588dd5cac218ad5fe50f022e141674
+const static_cache_name = "site-static-1.0.14.1-beta-a5e93ee";
+// commit before the latest is a5e93ee02ed3bb5d2996ed4de85ad1149d51ef3f
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!
diff --git a/global.bvr b/global.bvr
index ea556e2..a6b170e 100644
--- a/global.bvr
+++ b/global.bvr
@@ -1,3 +1,3 @@
<@?s bvr_include_path assets/pages-src/ assets/pages-src/misc/@>
<@?s latest_commit ?u 0 -1 ?i .git/refs/heads/dev@>
-<@?s app_version 1.0.14-beta@>
+<@?s app_version 1.0.14.1-beta@>