From bf1bb2d36542cc2adf7b41dd347d3d77171cf1ce Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 20:54:55 +0200 Subject: version bunm + install --- dist/js/app.js | 4 ++-- dist/pages/about.html | 4 ++-- dist/sw.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/js/app.js b/dist/js/app.js index 1d36346..a5e9e09 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.13-beta"; -const previous_commit = "3f938cc55a938da9cd7bf4151eb442b580ae4546"; +const app_version = "1.0.14-beta"; +const previous_commit = "b60d76665f04ba360e48269dccb48fef8fba2d58"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index ee5b05a..3424aa4 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -73,7 +73,7 @@ BežiApp -
version 1.0.13-beta
+
version 1.0.14-beta
@@ -142,7 +142,7 @@

- ^HEAD 3f938cc55a938da9cd7bf4151eb442b580ae4546 + ^HEAD b60d76665f04ba360e48269dccb48fef8fba2d58

diff --git a/dist/sw.js b/dist/sw.js index d62cc04..af7dc7f 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.13-beta-3f938cc"; -// commit before the latest is 3f938cc55a938da9cd7bf4151eb442b580ae4546 +const static_cache_name = "site-static-1.0.14-beta-b60d766"; +// commit before the latest is b60d76665f04ba360e48269dccb48fef8fba2d58 // 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