diff options
-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 | ||||
-rw-r--r-- | global.bvr | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index 54c7951..c25c4f4 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.16.0-beta-8fe006a||| +///site-static-1.0.16.1-beta-4734866||| diff --git a/dist/js/app.js b/dist/js/app.js index e9c4a8b..db89d67 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,8 +3,8 @@ // @begin=html@ -const app_version = "1.0.16.0-beta"; -const previous_commit = "8fe006a36a0c5dddd8b0d3c5ad590d57039a4aae"; +const app_version = "1.0.16.1-beta"; +const previous_commit = "473486647475ee26470fc33f5eb95f51b00fdcc5"; 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 9e26117..79ff2d5 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -78,7 +78,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.0-beta + 1.0.16.1-beta </h5> </div> </div> @@ -162,7 +162,7 @@ <div class="row"> <p> <small> - ^HEAD 8fe006a36a0c5dddd8b0d3c5ad590d57039a4aae + ^HEAD 473486647475ee26470fc33f5eb95f51b00fdcc5 </small> </p> </div> @@ -4,8 +4,8 @@ // @begin=js@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.16.0-beta-8fe006a"; -// commit before the latest is 8fe006a36a0c5dddd8b0d3c5ad590d57039a4aae +const static_cache_name = "site-static-1.0.16.1-beta-4734866"; +// commit before the latest is 473486647475ee26470fc33f5eb95f51b00fdcc5 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! @@ -1,3 +1,3 @@ <@?s bvr_include_path assets/pages-src/ assets/pages-src/misc/@> <@?s latest_commit ?u 0 -1 ?i .git/refs/heads/dev@> -<@?s app_version 1.0.16.0-beta@> +<@?s app_version 1.0.16.1-beta@> |