diff --git a/issue.html b/issue.html index 772507e..f15993f 100644 --- a/issue.html +++ b/issue.html @@ -27,7 +27,7 @@ @@ -40,7 +40,7 @@
To help diagnosing an issue, data about your browser and device will be collected alongside the data that you enter below.
-The data will be available publically in the
+ The data will be available publically in the
OwlBoard Issue Tracker. A preview will be shown before the data is sent.
diff --git a/js/lib.main.js b/js/lib.main.js
index b7b556b..e0860e1 100644
--- a/js/lib.main.js
+++ b/js/lib.main.js
@@ -1,6 +1,6 @@
/* eslint-disable no-unused-vars */
/* All Page Init */
-const version = '2023.5.1'
+const version = '2023.5.2'
/* Feature Detectors */
diff --git a/sw.js b/sw.js
index 8e55d25..6b5d76f 100644
--- a/sw.js
+++ b/sw.js
@@ -1,6 +1,6 @@
/* Service Worker */
-const swVersion = '2023.5.1-001'
+const swVersion = '2023.5.2-001'
const cacheName = `owlboard-${swVersion}`
const cacheIDs = [cacheName]
let staticCache = [