Skip to content

Commit

Permalink
reverted release version to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Nov 14, 2024
1 parent 27f5ffb commit 303d3c4
Showing 1 changed file with 1 addition and 1 deletion.
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/release-beta-2024-11-14-11.14/+0100');
console.log('Service Worker active! Version: https://github.com/asterics/AsTeRICS-Grid/releases/tag/#ASTERICS_GRID_VERSION#');
});

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

0 comments on commit 303d3c4

Please sign in to comment.