We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a4cdb commit 639ae15Copy full SHA for 639ae15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "duinoapp-client",
3
- "version": "3.2.1",
+ "version": "3.2.2",
4
"author": "Fraser Bullock",
5
"license": "GPL-3.0",
6
"private": true,
service-worker.js
@@ -3,7 +3,7 @@
workbox.core.setCacheNameDetails({ prefix: 'd4' });
// Do not touch this line
-const LATEST_VERSION = '3.2.1';
+const LATEST_VERSION = '3.2.2';
7
8
self.addEventListener('activate', (event) => {
9
console.log(`%c ${LATEST_VERSION} `, 'background: #ddd; color: #0000ff');
0 commit comments