Release Healer Man 0.1.6

This commit is contained in:
phenom
2026-08-20 14:05:50 -04:00
parent 55cfd43d66
commit b12fb84859
96 changed files with 10874 additions and 609 deletions
+2 -1
View File
@@ -185,6 +185,7 @@ on the development PC. Stop if any test or build fails:
```powershell
Set-Location F:\Projects\HealerMan
npm run release:check
$VersionName = '0.1.3'
$VersionCode = 1003
@@ -206,8 +207,8 @@ npm run build
npm test -- --run src/avatar
npx vitest run src/game/inputManager.test.ts src/game/inputMath.test.ts
npm run release:check
git status --short
git diff --check
git add -A
git status --short
git diff --cached --stat