increase version to v1.7.3

This commit is contained in:
schlagmichdoch 2023-05-23 02:45:29 +02:00
parent 4433e1c58f
commit b5987cf017
6 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pairdrop",
"version": "1.7.2",
"version": "1.7.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pairdrop",
"version": "1.7.2",
"version": "1.7.3",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",

View file

@ -1,6 +1,6 @@
{
"name": "pairdrop",
"version": "1.7.2",
"version": "1.7.3",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -278,7 +278,7 @@
</svg>
<div class="title-wrapper">
<h1>PairDrop</h1>
<div class="font-subheading">v1.7.2</div>
<div class="font-subheading">v1.7.3</div>
</div>
<div class="font-subheading">The easiest way to transfer files across devices</div>
<div class="row">

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v1.7.2';
const cacheVersion = 'v1.7.3';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',

View file

@ -281,7 +281,7 @@
</svg>
<div class="title-wrapper">
<h1>PairDrop</h1>
<div class="font-subheading">v1.7.2</div>
<div class="font-subheading">v1.7.3</div>
</div>
<div class="font-subheading">The easiest way to transfer files across devices</div>
<div class="row">

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v1.7.2';
const cacheVersion = 'v1.7.3';
const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',