Skip to content

Commit

Permalink
test version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiogo Acioli committed Sep 30, 2022
1 parent 9ab8621 commit 1877ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/VerusDate.Web/Resources/BuildDate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30/09/2022 13:14:00,63
30/09/2022 13:23:17,20
2 changes: 1 addition & 1 deletion src/VerusDate.Web/wwwroot/service-worker.published.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ self.addEventListener('install', event => event.waitUntil(onInstall(event)));
self.addEventListener('activate', event => event.waitUntil(onActivate(event)));
self.addEventListener('fetch', event => event.respondWith(onFetch(event)));

const CACHE_VERSION = '2022.09.30.001' // Increment each time before deployment.
const CACHE_VERSION = '2022.09.30.002' // Increment each time before deployment.
const cacheNamePrefix = 'offline-cache-';
const cacheName = `${cacheNamePrefix}${CACHE_VERSION}`;
const offlineAssetsInclude = [/\.dll$/, /\.pdb$/, /\.wasm/, /\.html/, /\.js$/, /\.json$/, /\.css$/, /\.woff$/, /\.png$/, /\.jpe?g$/, /\.gif$/, /\.ico$/, /\.blat$/, /\.dat$/ ];
Expand Down

0 comments on commit 1877ae0

Please sign in to comment.