diff options
Diffstat (limited to '')
-rwxr-xr-x | dist/js/app.js | 4 | ||||
-rwxr-xr-x | dist/pages/about.html | 4 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index 1d36346..a5e9e09 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 = "3f938cc55a938da9cd7bf4151eb442b580ae4546"; +const app_version = "1.0.14-beta"; +const previous_commit = "b60d76665f04ba360e48269dccb48fef8fba2d58"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index ee5b05a..3424aa4 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -73,7 +73,7 @@ <b class="title-secondary">Beži</b><span class="title-primary">App</span> </h3> <!-- 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.13-beta</h5> + <h5 class="subheader"><x-su>version</x-su> 1.0.14-beta</h5> </div> </div> <div class="row"> @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 3f938cc55a938da9cd7bf4151eb442b580ae4546 + ^HEAD b60d76665f04ba360e48269dccb48fef8fba2d58 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-3f938cc"; -// commit before the latest is 3f938cc55a938da9cd7bf4151eb442b580ae4546 +const static_cache_name = "site-static-1.0.14-beta-b60d766"; +// commit before the latest is b60d76665f04ba360e48269dccb48fef8fba2d58 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |