summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-09-23 01:32:45 +0200
committersijanec <sijanecantonluka@gmail.com>2020-09-23 01:32:45 +0200
commit6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68 (patch)
treee5dd729fc5a609afd5b68517b686c68f7726df3d
parentmanifest.json now links to google play app --- NOT TESTED! (diff)
downloadbeziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar.gz
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar.bz2
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar.lz
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar.xz
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.tar.zst
beziapp-6a41e1b61cf0e3298fa8e05bb4ec7434ebd7cf68.zip
-rw-r--r--assets/root/manifest.json2
-rwxr-xr-xdist/cache_name.txt2
-rwxr-xr-xdist/js/app.js2
-rwxr-xr-xdist/manifest.json2
-rwxr-xr-xdist/pages/about.html2
-rwxr-xr-xdist/sw.js4
6 files changed, 7 insertions, 7 deletions
diff --git a/assets/root/manifest.json b/assets/root/manifest.json
index d436954..99fd18d 100644
--- a/assets/root/manifest.json
+++ b/assets/root/manifest.json
@@ -55,7 +55,7 @@
"education",
"productivity",
"utilities"
- ]
+ ],
"prefer_related_applications": true,
"related_applications": [
{
diff --git a/dist/cache_name.txt b/dist/cache_name.txt
index 9caf281..3904e4d 100755
--- a/dist/cache_name.txt
+++ b/dist/cache_name.txt
@@ -2,4 +2,4 @@
-///site-static-1.0.14.5-beta-c5a18b6|||
+///site-static-1.0.14.5-beta-ee088b3|||
diff --git a/dist/js/app.js b/dist/js/app.js
index e9cd938..53e9be1 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 = "c5a18b6b3d0f7472ef3c86627f8a508f03acf516";
+const previous_commit = "ee088b33407901f4b53c1eb177795f55769f3c51";
const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund
if ("serviceWorker" in navigator) {
diff --git a/dist/manifest.json b/dist/manifest.json
index d436954..99fd18d 100755
--- a/dist/manifest.json
+++ b/dist/manifest.json
@@ -55,7 +55,7 @@
"education",
"productivity",
"utilities"
- ]
+ ],
"prefer_related_applications": true,
"related_applications": [
{
diff --git a/dist/pages/about.html b/dist/pages/about.html
index 8ac7a3e..88cd9f3 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -160,7 +160,7 @@
<div class="row">
<p>
<small>
- ^HEAD c5a18b6b3d0f7472ef3c86627f8a508f03acf516
+ ^HEAD ee088b33407901f4b53c1eb177795f55769f3c51
</small>
</p>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index 557c5eb..273da8a 100755
--- a/dist/sw.js
+++ b/dist/sw.js
@@ -3,8 +3,8 @@
// Change version to cause cache refresh
-const static_cache_name = "site-static-1.0.14.5-beta-c5a18b6";
-// commit before the latest is c5a18b6b3d0f7472ef3c86627f8a508f03acf516
+const static_cache_name = "site-static-1.0.14.5-beta-ee088b3";
+// commit before the latest is ee088b33407901f4b53c1eb177795f55769f3c51
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!