Skip to content

Commit 4ca5bc3

Browse files
bump version
1 parent 77f837f commit 4ca5bc3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
https://nuclearphoenix.xyz
99
1010
*/
11-
const APP_VERSION = '2025-06-15';
11+
const APP_VERSION = '2025-06-16';
1212
const CACHE_NAME = 'gamma-static'; // A random name for the cache
1313

1414
const OFFLINE_RESOURCES = [

source/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ let isoList: IsotopeList = {};
145145
let checkNearIso = false;
146146
let maxDist = 100; // Max energy distance to highlight
147147

148-
const APP_VERSION = '2025-06-15';
148+
const APP_VERSION = '2025-06-16';
149149
const localStorageAvailable = 'localStorage' in self; // Test for localStorage, for old browsers
150150
const wakeLockAvailable = 'wakeLock' in navigator; // Test for Screen Wake Lock API
151151
const notificationsAvailable = 'Notification' in window; // Test for Notifications API

0 commit comments

Comments
 (0)