diff options
Diffstat (limited to '')
-rwxr-xr-x | dist/cache_name.txt | 2 | ||||
-rwxr-xr-x | dist/js/app.js | 4 | ||||
-rwxr-xr-x | dist/pages/about.html | 4 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index 5a2c727..6f16829 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.14.4-beta-d996937||| +///site-static-1.0.14.5-beta-78f4cb3||| diff --git a/dist/js/app.js b/dist/js/app.js index 4d63b26..e61c934 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.14.4-beta"; -const previous_commit = "d9969379798e23b2a62f8bf6eab3967d0497b1a8"; +const app_version = "1.0.14.5-beta"; +const previous_commit = "78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { diff --git a/dist/pages/about.html b/dist/pages/about.html index 1e5f682..4751523 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -76,7 +76,7 @@ <!-- 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.4-beta + 1.0.14.5-beta </h5> </div> </div> @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD d9969379798e23b2a62f8bf6eab3967d0497b1a8 + ^HEAD 78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.4-beta-d996937"; -// commit before the latest is d9969379798e23b2a62f8bf6eab3967d0497b1a8 +const static_cache_name = "site-static-1.0.14.5-beta-78f4cb3"; +// commit before the latest is 78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |