Skip to content

Commit 639ae15

Browse files
committed
3.2.2
1 parent b1a4cdb commit 639ae15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duinoapp-client",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"author": "Fraser Bullock",
55
"license": "GPL-3.0",
66
"private": true,

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
workbox.core.setCacheNameDetails({ prefix: 'd4' });
44

55
// Do not touch this line
6-
const LATEST_VERSION = '3.2.1';
6+
const LATEST_VERSION = '3.2.2';
77

88
self.addEventListener('activate', (event) => {
99
console.log(`%c ${LATEST_VERSION} `, 'background: #ddd; color: #0000ff');

0 commit comments

Comments
 (0)