diff options
author | rstular <rok@stular.eu> | 2020-05-17 22:33:23 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-17 22:33:23 +0200 |
commit | 927d27071dcfc01bcdeadb5dbc441c6ea7962ffe (patch) | |
tree | bf39d91a85410a8708a35c13f326b8322aaeb22c /dist | |
parent | Bug fix-timetable colors won't change from now on (diff) | |
parent | merge (diff) | |
download | beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar.gz beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar.bz2 beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar.lz beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar.xz beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.tar.zst beziapp-927d27071dcfc01bcdeadb5dbc441c6ea7962ffe.zip |
Diffstat (limited to 'dist')
-rw-r--r-- | dist/pages/about.html | 3 | ||||
-rw-r--r-- | dist/sw.js | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dist/pages/about.html b/dist/pages/about.html index 203f21b..7102567 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,8 @@ <div class="row"> <p> <small> - ^HEAD 7b0e9737328c2dc5a0ff1bd063cd7818706256c3 + ^HEAD c373dd3a6d4c5acfa6ca44a3c3489146a6a761c6 + </small> </p> </div> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-7b0e973"; -// latest commit is 7b0e9737328c2dc5a0ff1bd063cd7818706256c3 +const static_cache_name = "site-static-1.0.13-beta-c373dd3"; +// latest commit is c373dd3a6d4c5acfa6ca44a3c3489146a6a761c6 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |