Skip to content

Commit

Permalink
added bundles for release release-2025-01-21-11.39/+0100
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Jan 21, 2025
1 parent d33d721 commit 1aa9eb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/build/617.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/build/661.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-2025-01-21-11.39/+0100');
});

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

0 comments on commit 1aa9eb1

Please sign in to comment.