Skip to content

Commit

Permalink
added bundles and appcache for release release-2024-06-03-14.05/+0200
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Jun 3, 2024
1 parent 3433f4e commit 49d3a7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build/392.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/build/asterics-grid.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ self.addEventListener('install', (event) => {
self.addEventListener('activate', event => {
clients.claim();
sendToClients({type: constants.SW_EVENT_ACTIVATED, activated: true});
console.log('Service Worker active! Version: https://github.com/asterics/AsTeRICS-Grid/releases/tag/#ASTERICS_GRID_VERSION#');
console.log('Service Worker active! Version: https://github.com/asterics/AsTeRICS-Grid/releases/tag/release-2024-06-03-14.05/+0200');
});

self.addEventListener('message', (event) => {
Expand Down

0 comments on commit 49d3a7a

Please sign in to comment.