From 4e1436b0cc7aa2e956570f5d752bb20ce7c9476f Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Tue, 11 Jun 2024 17:00:16 -0500 Subject: [PATCH] Added smart versioning --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index fc94aee..16f5e53 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,5 +1,5 @@ importScripts('https://storage.googleapis.com/workbox-cdn/releases/7.1.0/workbox-sw.js'); -const VERSION = '0.0.8-13'; +const VERSION = '@@VERSION'; const CACHE = "deepdiagram"; const IMAGEDELIVERY_CACHE = "deepdiagram-images"; const MAPTILE_CACHE = 'maptiler';