Skip to content

Commit

Permalink
increase version to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagmichdoch committed Apr 27, 2023
1 parent b9806d4 commit fafdbcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pairdrop",
"version": "1.6.2",
"version": "1.6.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.6.2';
const cacheVersion = 'v1.6.3';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',
Expand Down
2 changes: 1 addition & 1 deletion public_included_ws_fallback/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.6.2';
const cacheVersion = 'v1.6.3';
const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',
Expand Down

0 comments on commit fafdbcc

Please sign in to comment.