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 ef6aaa8..4212c69 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -3,4 +3,4 @@ -///site-static-1.0.16.2-beta-095b663||| +///site-static-1.0.16.3-beta-5c8d213||| diff --git a/dist/js/app.js b/dist/js/app.js index e1f568a..9644a45 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -4,8 +4,8 @@ // @begin=js@ -const app_version = "1.0.16.2-beta"; -const previous_commit = "095b66391412ad617eda18ceb503704a9f159703"; +const app_version = "1.0.16.3-beta"; +const previous_commit = "5c8d213252e72998320cf89c1baca6bfe72e05c0"; 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 68fab06..e0c067b 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -79,7 +79,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.16.2-beta + 1.0.16.3-beta </h5> </div> </div> @@ -163,7 +163,7 @@ <div class="row"> <p> <small> - ^HEAD 095b66391412ad617eda18ceb503704a9f159703 + ^HEAD 5c8d213252e72998320cf89c1baca6bfe72e05c0 </small> </p> </div> @@ -5,8 +5,8 @@ // @begin=js@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.16.2-beta-095b663"; -// commit before the latest is 095b66391412ad617eda18ceb503704a9f159703 +const static_cache_name = "site-static-1.0.16.3-beta-5c8d213"; +// commit before the latest is 5c8d213252e72998320cf89c1baca6bfe72e05c0 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |