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 May 26, 2023
1 parent 1e64232 commit 19ebe8d
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 @@ -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/release-2023-05-26-10.14/+0200');
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 19ebe8d

Please sign in to comment.