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',