mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
Increase version to v1.11.1
## Fixes - Fix PWA install button on chromium based browsers (#383) (Thanks @realchrislovett) - Fix wrong file extension on chromium based browsers if mime type is not set (#355) ## Languages - Translations updates from Hosted Weblate (Japanese)
This commit is contained in:
parent
13e75f525d
commit
c7b7badb3d
6 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
const cacheVersion = 'v1.11.0';
|
||||
const cacheVersion = 'v1.11.1';
|
||||
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
|
||||
const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions
|
||||
const relativePathsToCache = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue