increase version to v1.6.2

This commit is contained in:
schlagmichdoch 2023-04-20 22:04:57 +02:00
parent b42c8a0b1a
commit 8f4ce63a0c
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pairdrop",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pairdrop",
"version": "1.6.1",
"version": "1.6.2",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",

View file

@ -1,6 +1,6 @@
{
"name": "pairdrop",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v1.6.1';
const cacheVersion = 'v1.6.2';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v1.6.1';
const cacheVersion = 'v1.6.2';
const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',