mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
feat(markers): add province information to markers, v1.108.14
- Attach province ID to markers when created (markers-generator.js) - Add migration function to populate province data for old maps (load.js) - Clean up code formatting and remove user-specific Obsidian paths - Update version to 1.108.14 - Update file hashes in index.html
This commit is contained in:
parent
9812da115a
commit
e21999a736
4 changed files with 15 additions and 17 deletions
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
|
||||
const VERSION = "1.108.13";
|
||||
const VERSION = "1.108.14";
|
||||
|
||||
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue