Fix: Gewicht auf 2 Nachkommastellen (step 0.1 → 0.01)
This commit is contained in:
parent
1a5f1f7ee2
commit
d9f2e85263
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v10';
|
||||
const CACHE_VERSION = 'by-v11';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
|
||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue