Skip to content

Commit

Permalink
added bundles and appcache for release release-2024-04-08-08.28/+0200
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Apr 8, 2024
1 parent 0a5f8a2 commit 40c31e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-04-08-08.28/+0200');
});

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

0 comments on commit 40c31e1

Please sign in to comment.