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;