diff options
-rwxr-xr-x | dist/js/app.js | 4 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index 567524a..a52b7fd 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.13-beta"; -const previous_commit = "29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7"; +const app_version = "1.0.14-beta"; +const previous_commit = "9957e1be89076c2a7612d2055b776f2c8354909a"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 2265153..9810c6f 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7 + ^HEAD 9957e1be89076c2a7612d2055b776f2c8354909a </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-29b013b"; -// commit before the latest is 29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7 +const static_cache_name = "site-static-1.0.14-beta-9957e1b"; +// commit before the latest is 9957e1be89076c2a7612d2055b776f2c8354909a // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |