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 09e2bfc..5561e98 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.14.3-beta-4cb2560||| +///site-static-1.0.14.4-beta-a814ef4||| diff --git a/dist/js/app.js b/dist/js/app.js index 573d7fa..6f3b6fb 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.14.3-beta"; -const previous_commit = "4cb2560ef806194ab31a7bb7deb0d4606b0d89b2"; +const app_version = "1.0.14.4-beta"; +const previous_commit = "a814ef4e939fe42c49955d920201eb34ba8ca3d0"; 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 1d6c4be..e925a20 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.3-beta + 1.0.14.4-beta </h5> </div> </div> @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD 4cb2560ef806194ab31a7bb7deb0d4606b0d89b2 + ^HEAD a814ef4e939fe42c49955d920201eb34ba8ca3d0 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.3-beta-4cb2560"; -// commit before the latest is 4cb2560ef806194ab31a7bb7deb0d4606b0d89b2 +const static_cache_name = "site-static-1.0.14.4-beta-a814ef4"; +// commit before the latest is a814ef4e939fe42c49955d920201eb34ba8ca3d0 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |