Implement the versioning steps

This commit is contained in:
Guillaume St-Pierre 2022-12-09 17:06:12 -05:00
parent 4308e418ff
commit 0fe18fda25
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.88.01"; // generator version, update each time
const version = "1.89.00"; // generator version, update each time
{
document.title += " v" + version;
@ -28,6 +28,7 @@ const version = "1.88.01"; // generator version, update each time
<ul>
<strong>Latest changes:</strong>
<li>Can now lock states, provinces, cultures, and religions from being regenerated</li>
<li>Heightmap brushes: linear edit option</li>
<li>Data Charts screen</li>
<li>Сultures and religions can have multiple parents in hierarchy tree</li>