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 --- dist/js/app.js | 4 ++-- dist/pages/about.html | 4 ++-- dist/sw.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dist') 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! -- cgit v1.2.3