diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/cache_name.txt | 2 | ||||
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 5 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
4 files changed, 6 insertions, 7 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index 5709ad0..f5767e8 100644 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.14.3-beta-cdf17df||| +///site-static-1.0.14.3-beta-84aae4c||| diff --git a/dist/js/app.js b/dist/js/app.js index bfa51ef..dbd5dcf 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14.3-beta"; -const previous_commit = "cdf17dfd5d57b5461831868feb2497073a9b19d6"; +const previous_commit = "84aae4ca1449c2cee942a49a0721e5b615f2a0c2"; 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 bc738ce..6a9230e 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -74,7 +74,6 @@ <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 --> - # I agree, will make a script <h5 class="subheader"> <x-su>version</x-su> 1.0.14.3-beta @@ -161,11 +160,11 @@ <div class="row"> <p> <small> - ^HEAD cdf17dfd5d57b5461831868feb2497073a9b19d6 + ^HEAD 84aae4ca1449c2cee942a49a0721e5b615f2a0c2 </small> </p> </div> </div> </body> - </html + </html> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.3-beta-cdf17df"; -// commit before the latest is cdf17dfd5d57b5461831868feb2497073a9b19d6 +const static_cache_name = "site-static-1.0.14.3-beta-84aae4c"; +// commit before the latest is 84aae4ca1449c2cee942a49a0721e5b615f2a0c2 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |