increase version to v1.7.1

This commit is contained in:
schlagmichdoch
2023-05-12 01:41:10 +02:00
parent ba20c72026
commit c629d7cd88
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pairdrop",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pairdrop",
"version": "1.7.0",
"version": "1.7.1",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pairdrop",
"version": "1.7.0",
"version": "1.7.1",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.7.0';
const cacheVersion = 'v1.7.1';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.7.0';
const cacheVersion = 'v1.7.1';
const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',