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 6c5b1e1..25c79f1 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.14.5-beta-6a41e1b||| +///site-static-1.0.15.0-beta-616c225||| diff --git a/dist/js/app.js b/dist/js/app.js index 19a0ab1..b355c41 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.14.5-beta"; -const previous_commit = "6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68"; +const app_version = "1.0.15.0-beta"; +const previous_commit = "616c225661687b05ab82160f5b7d6dcb4d39b8e6"; 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 5ecdf8d..bfba41d 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.5-beta + 1.0.15.0-beta </h5> </div> </div> @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD 6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68 + ^HEAD 616c225661687b05ab82160f5b7d6dcb4d39b8e6 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.5-beta-6a41e1b"; -// commit before the latest is 6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68 +const static_cache_name = "site-static-1.0.15.0-beta-616c225"; +// commit before the latest is 616c225661687b05ab82160f5b7d6dcb4d39b8e6 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |