Skip to content

Commit

Permalink
added bundles and appcache for release release-2022-11-10-10.40/+0100
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Nov 10, 2022
1 parent b561406 commit ccf3c97
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 @@ -34,7 +34,7 @@ self.addEventListener('activate', event => {
self.clients.matchAll().then(clients => {
clients.forEach(client => client.postMessage({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-2022-11-10-10.40/+0100');
});

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

0 comments on commit ccf3c97

Please sign in to comment.