diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2020-08-30 21:54:14 +0200 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2020-08-30 21:54:14 +0200 |
commit | 0f5112e9ba659b8cb0adedbedb623b2a403a3a86 (patch) | |
tree | 17768e47c0baca95025f4e2b45252c8fb6d444ae /sw.js | |
parent | final fixes (diff) | |
download | ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar.gz ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar.bz2 ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar.lz ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar.xz ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.tar.zst ttx-app-0f5112e9ba659b8cb0adedbedb623b2a403a3a86.zip |
Diffstat (limited to 'sw.js')
-rw-r--r-- | sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // Change version to cause cache refresh, sw.js SE NE SME CACHAT aka ne ga dat v assets! -const static_cache_name = "site-static-v0.0.0"; +const static_cache_name = "site-static-v0.0.1"; const offlineUrl = "/offline.html"; const assets = [ "/manifest.json", // proxy | |