diff --git a/package-lock.json b/package-lock.json index c30c6e8..b2ccb52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.7.4", + "version": "1.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.7.4", + "version": "1.7.5", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 0958a8b..c466e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.7.4", + "version": "1.7.5", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index dfb79b4..20007bf 100644 --- a/public/index.html +++ b/public/index.html @@ -278,7 +278,7 @@

PairDrop

-
v1.7.4
+
v1.7.5
The easiest way to transfer files across devices
diff --git a/public/service-worker.js b/public/service-worker.js index 238e2e2..cfa4d1e 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.7.4'; +const cacheVersion = 'v1.7.5'; 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 e298b5a..db1022d 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -281,7 +281,7 @@

PairDrop

-
v1.7.4
+
v1.7.5
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 103a6f1..ee0dcb0 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.4'; +const cacheVersion = 'v1.7.5'; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const urlsToCache = [ 'index.html',