From 33b27775b4d978cd2c9cdb286c27b7f04ccedd9e Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 27 Jun 2026 20:15:20 -0400 Subject: [PATCH] Bump version to v0.3 Co-Authored-By: Claude Sonnet 4.6 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index cc435aa..bb901fb 100644 --- a/src/App.js +++ b/src/App.js @@ -45,7 +45,7 @@ if (typeof document !== 'undefined') { // CONSTANTS // ============================================================================ -const APP_VERSION = 'v0.2.5'; +const APP_VERSION = 'v0.3'; const DEFAULT_MAX_HP = 10; const DEFAULT_INIT_MOD = 0; const MONSTER_DEFAULT_INIT_MOD = 2;