diff --git a/js/lib.main.js b/js/lib.main.js index 6c15c6b..60d68c8 100644 --- a/js/lib.main.js +++ b/js/lib.main.js @@ -1,5 +1,5 @@ /* All Page Init */ -const version = '2.0.0' +const version = '2.0.1' /* Feature Detectors */ diff --git a/sw.js b/sw.js index 241fe28..2c8149a 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const swVersion = '2.0.0-20230506' +const swVersion = '2.0.1-20230507' const cacheName = `owlboard-${swVersion}` const cacheIDs = [cacheName] let staticCache = [