diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-09-23 01:23:17 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-09-23 01:23:17 +0200 |
commit | ee088b33407901f4b53c1eb177795f55769f3c51 (patch) | |
tree | 18fed5b8841b8ed11ceaf717aa67630c01d63b49 /dist | |
parent | Added LICENSE (diff) | |
download | beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.gz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.bz2 beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.lz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.xz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.zst beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.zip |
Diffstat (limited to '')
-rwxr-xr-x | dist/cache_name.txt | 2 | ||||
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/manifest.json | 9 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
5 files changed, 13 insertions, 6 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index f5d6d52..9caf281 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -2,4 +2,4 @@ -///site-static-1.0.14.5-beta-47006bd||| +///site-static-1.0.14.5-beta-c5a18b6||| diff --git a/dist/js/app.js b/dist/js/app.js index 53dfae0..e9cd938 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14.5-beta"; -const previous_commit = "47006bdae8d53e0bb33110f149730962e5591f4d"; +const previous_commit = "c5a18b6b3d0f7472ef3c86627f8a508f03acf516"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { diff --git a/dist/manifest.json b/dist/manifest.json index b8bf5da..d436954 100755 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -56,4 +56,11 @@ "productivity", "utilities" ] -}
\ No newline at end of file + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "id": "tk.gimb.app" + } + ] +} diff --git a/dist/pages/about.html b/dist/pages/about.html index 2858f1d..8ac7a3e 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD 47006bdae8d53e0bb33110f149730962e5591f4d + ^HEAD c5a18b6b3d0f7472ef3c86627f8a508f03acf516 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.5-beta-47006bd"; -// commit before the latest is 47006bdae8d53e0bb33110f149730962e5591f4d +const static_cache_name = "site-static-1.0.14.5-beta-c5a18b6"; +// commit before the latest is c5a18b6b3d0f7472ef3c86627f8a508f03acf516 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |