From 43824d0de20d1fecf6525ff5e79b99a429b8936a Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 10 Aug 2023 17:09:51 +0200 Subject: [PATCH] increase version to v1.7.7 --- 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 d5b6737..6ea5f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.7.6", + "version": "1.7.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.7.6", + "version": "1.7.7", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 015e006..baca71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.7.6", + "version": "1.7.7", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index 755673a..ab0c9a2 100644 --- a/public/index.html +++ b/public/index.html @@ -278,7 +278,7 @@

PairDrop

-
v1.7.6
+
v1.7.7
The easiest way to transfer files across devices
diff --git a/public/service-worker.js b/public/service-worker.js index b409118..88f2a13 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.7.6'; +const cacheVersion = 'v1.7.7'; 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 6beae65..838d8d2 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -281,7 +281,7 @@

PairDrop

-
v1.7.6
+
v1.7.7
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 78249b2..51c320d 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.6'; +const cacheVersion = 'v1.7.7'; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const urlsToCache = [ 'index.html',