diff options
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index 6937790..53115c0 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14-beta"; -const previous_commit = "35b595f806f99ca18365d511ab820ab818da348d"; +const previous_commit = "ab8e40cac16a1146fab72dffb8922165b097f730"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 6405a1d..748d16c 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 35b595f806f99ca18365d511ab820ab818da348d + ^HEAD ab8e40cac16a1146fab72dffb8922165b097f730 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-35b595f"; -// commit before the latest is 35b595f806f99ca18365d511ab820ab818da348d +const static_cache_name = "site-static-1.0.14-beta-ab8e40c"; +// commit before the latest is ab8e40cac16a1146fab72dffb8922165b097f730 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |