diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 8c24df7..b493298 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.9.1 +Version: v1.9.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.9.1 +Version: v1.9.2 **Additional context** Add any other context about the problem here. diff --git a/package-lock.json b/package-lock.json index 37a99e7..2ceb1f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.9.1", + "version": "1.9.2", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 923907e..24134fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.9.1", + "version": "1.9.2", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index 2fc0513..d394a17 100644 --- a/public/index.html +++ b/public/index.html @@ -480,7 +480,7 @@

PairDrop

-
v1.9.1
+
v1.9.2
diff --git a/public/service-worker.js b/public/service-worker.js index 6a0b85b..2b6701c 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.9.1'; +const cacheVersion = 'v1.9.2'; const cacheTitle = `pairdrop-cache-${cacheVersion}`; const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const urlsToCache = [ diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index 9c61632..031b674 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -485,7 +485,7 @@

PairDrop

-
v1.9.1
+
v1.9.2
diff --git a/public_included_ws_fallback/service-worker.js b/public_included_ws_fallback/service-worker.js index 02f3d4c..164513a 100644 --- a/public_included_ws_fallback/service-worker.js +++ b/public_included_ws_fallback/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.9.1'; +const cacheVersion = 'v1.9.2'; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const urlsToCache = [