Bump to v0.4, document self-hosted backend in README
The rework-backend merge added an optional self-hosted Express/ws/SQLite backend (npm workspaces, single-container Docker deployment) alongside the existing Firebase default. Bump APP_VERSION and refresh README to cover both storage modes and the new repo layout. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ if (typeof document !== 'undefined') {
|
||||
// CONSTANTS
|
||||
// ============================================================================
|
||||
|
||||
const APP_VERSION = 'v0.3';
|
||||
const APP_VERSION = 'v0.4';
|
||||
const { DEFAULT_MAX_HP, DEFAULT_INIT_MOD, MONSTER_DEFAULT_INIT_MOD, generateId, rollD20, formatInitMod, sortParticipantsByInitiative, syncTurnOrder, computeTurnOrderAfterRemoval } = shared;
|
||||
const ROLL_DISPLAY_DURATION = 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user