From fbaa05de825c99ecb88fd10af03a7aff6d97abd1 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Tue, 12 Dec 2023 19:19:56 +0100 Subject: [PATCH] increase version to v1.10.0 --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- public/index.html | 2 +- public/service-worker.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 1ffe8f3..b03763d 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.4 +Version: v1.10.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.9.4 +Version: v1.10.0 **Additional context** Add any other context about the problem here. diff --git a/package-lock.json b/package-lock.json index cf7b71c..c097ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.9.4", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.9.4", + "version": "1.10.0", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index 5ac4f10..101b2eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.9.4", + "version": "1.10.0", "type": "module", "description": "", "main": "server/index.js", diff --git a/public/index.html b/public/index.html index ffbee78..6cb0cdf 100644 --- a/public/index.html +++ b/public/index.html @@ -571,7 +571,7 @@

PairDrop

-
v1.9.4
+
v1.10.0
diff --git a/public/service-worker.js b/public/service-worker.js index 10061b8..c3afde7 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.9.4'; +const cacheVersion = 'v1.10.0'; const cacheTitle = `pairdrop-cache-${cacheVersion}`; const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const relativePathsToCache = [