From efec6eaa1a39a7fc35f1587a11922fa7655a98fa Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Mon, 18 Sep 2023 22:52:48 +0200 Subject: [PATCH] increase version to v1.8.0 --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- 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 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f5aa0fb..37b2873 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.7.7 +Version: v1.8.0 **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.7.7 +Version: v1.8.0 **Additional context** Add any other context about the problem here. diff --git a/package-lock.json b/package-lock.json index 35bad82..b005e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.7.7", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.7.7", + "version": "1.8.0", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index fdaf5e5..8cb194f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.7.7", + "version": "1.8.0", "description": "", "main": "index.js", "scripts": { diff --git a/public/index.html b/public/index.html index ced4bff..eb6dae9 100644 --- a/public/index.html +++ b/public/index.html @@ -431,7 +431,7 @@

PairDrop

-
v1.7.7
+
v1.8.0
The easiest way to transfer files across devices
diff --git a/public/service-worker.js b/public/service-worker.js index 88f2a13..bfd9c22 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.7.7'; +const cacheVersion = 'v1.8.0'; 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 e52a0d4..87a760f 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -436,7 +436,7 @@

PairDrop

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