v0.6.1: minor fixes

- fixed modal style
- modified some texts
- worked on stationsNearMe functionality (WIP)
- correct sorting of OSM level list
This commit is contained in:
kritzl 2024-06-09 18:42:15 +02:00
parent e72ad0cf07
commit 085329929f
10 changed files with 218 additions and 55 deletions

2
sw.js
View file

@ -1,4 +1,4 @@
const version = '0.6.0'
const version = '0.6.1'
const consolePrefix = `[SW v${version}] `
const cacheName = `hvvstuhl-${version}`;