From cc82f7c592a75efaa57292e27f0596ce1ab1b6a6 Mon Sep 17 00:00:00 2001 From: sijanec Date: Thu, 4 Jun 2020 15:13:04 +0200 Subject: version bump to 1.0.14.1-beta --- assets/js/grades.js | 1 + dist/js/app.js | 4 ++-- dist/pages/about.html | 4 ++-- dist/sw.js | 4 ++-- global.bvr | 2 +- 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 @@ BežiApp -
version 1.0.14-beta
+
version 1.0.14.1-beta
@@ -142,7 +142,7 @@

- ^HEAD cb700f0e69588dd5cac218ad5fe50f022e141674 + ^HEAD a5e93ee02ed3bb5d2996ed4de85ad1149d51ef3f

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@> -- cgit v1.2.3