From 29b91cb17aa7e830f1cb6a6659ac5e2c0b5b265e Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 1 Jun 2023 01:51:51 +0200 Subject: [PATCH] increase version to v1.7.6 --- 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 b2ccb52..c49aca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.7.5", + "version": "1.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.7.5", + "version": "1.7.6", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index c466e69..aae3823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.7.5", + "version": "1.7.6", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index 20007bf..755673a 100644 --- a/public/index.html +++ b/public/index.html @@ -278,7 +278,7 @@

PairDrop

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

PairDrop

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