From a3a8228327e191d46cc0ade61c0ec625502ce50b Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 26 May 2023 20:37:38 +0200 Subject: [PATCH] increase version to v1.7.4 --- package-lock.json | 4 ++-- package.json | 2 +- public/index.html | 2 +- public/service-worker.js | 2 +- public_included_ws_fallback/index.html | 2 +- public_included_ws_fallback/service-worker.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index abef59e..c30c6e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.7.3", + "version": "1.7.4", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 5eb4e1c..0958a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.7.3", + "version": "1.7.4", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index 42c209e..dfb79b4 100644 --- a/public/index.html +++ b/public/index.html @@ -278,7 +278,7 @@

PairDrop

-
v1.7.3
+
v1.7.4
The easiest way to transfer files across devices
diff --git a/public/service-worker.js b/public/service-worker.js index 70d5f25..1927638 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.7.3'; +const cacheVersion = 'v1.7.4'; const cacheTitle = `pairdrop-cache-${cacheVersion}`; const urlsToCache = [ 'index.html', diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index 78b59eb..e298b5a 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -281,7 +281,7 @@

PairDrop

-
v1.7.3
+
v1.7.4
The easiest way to transfer files across devices
diff --git a/public_included_ws_fallback/service-worker.js b/public_included_ws_fallback/service-worker.js index 1cd1932..347ec70 100644 --- a/public_included_ws_fallback/service-worker.js +++ b/public_included_ws_fallback/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.7.3'; +const cacheVersion = 'v1.7.4'; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const urlsToCache = [ 'index.html',