chore: 版本号升级到 0.1.37(package.json/AGENTS.md/MOD_GUIDE.md/ApiFacade/storeHelper/SettingsPanel/slots/测试断言)

This commit is contained in:
2026-09-10 23:46:51 +08:00
parent 87cd71ad21
commit 8f1f8d48ce
8 changed files with 48 additions and 9 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ export default function SettingsPanel() {
· <br />
·
</div>
<div className="dim2" style={{ marginTop: 8 }}> 0.1.36 · Chronicle of the Immortal Clan</div>
<div className="dim2" style={{ marginTop: 8 }}> 0.1.37 · Chronicle of the Immortal Clan</div>
</div>
</div>
)
+1 -1
View File
@@ -14,7 +14,7 @@ export function metaFromState(state: GameState, slot: number): SaveMeta {
members: alive,
reputation: state.family.reputation,
updatedAt: new Date().toISOString(),
version: '0.1.36'
version: '0.1.37'
}
}