Skip to content

Commit 0ccdff8

Browse files
Bumped Version
1 parent 2777831 commit 0ccdff8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2>Sanctuary Secured</h2>
198198
// Display version on home screen
199199
const versionEl = document.getElementById('gameVersion');
200200
if (versionEl) {
201-
versionEl.textContent = `FromNothing-v${VERSION}`;
201+
versionEl.textContent = `v${VERSION}`;
202202
}
203203
</script>
204204
<script type="module" src="./resources/js/main.js"></script>

resources/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// VERSION CONTROL - Single source of truth
22
// Update this version number when deploying new releases
3-
const VERSION = '0.3.2';
3+
const VERSION = '0.3.3';
44

55
// Export for ES6 modules
66
export { VERSION };

0 commit comments

Comments
 (0)