diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d5f8715..6cbc00a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem. **Bug occurs on official PairDrop instance https://pairdrop.net/** No | Yes -Version: v1.8.1 +Version: v1.8.2 **Bug occurs on self-hosted PairDrop instance** No | Yes @@ -44,7 +44,7 @@ No | Yes **Self-Hosted Setup** Proxy: Nginx | Apache2 Deployment: docker run | docker-compose | npm run start:prod -Version: v1.8.1 +Version: v1.8.2 **Additional context** Add any other context about the problem here. diff --git a/package-lock.json b/package-lock.json index e11884f..8e32f9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.8.1", + "version": "1.8.2", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index f290603..496f3a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.8.1", + "version": "1.8.2", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index b5b1f29..f78fc13 100644 --- a/public/index.html +++ b/public/index.html @@ -433,7 +433,7 @@

PairDrop

-
v1.8.1
+
v1.8.2
The easiest way to transfer files across devices
diff --git a/public/service-worker.js b/public/service-worker.js index f017970..b1cfc85 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.8.1'; +const cacheVersion = 'v1.8.2'; 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 210829b..b5d9694 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -438,7 +438,7 @@

PairDrop

-
v1.8.1
+
v1.8.2
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 6a940f7..d1412e2 100644 --- a/public_included_ws_fallback/service-worker.js +++ b/public_included_ws_fallback/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.8.1'; +const cacheVersion = 'v1.8.2'; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const urlsToCache = [ 'index.html',