chore: update version/hash to v1.86.07

This commit is contained in:
Satche 2022-06-13 13:48:00 +02:00
parent af6bf174ca
commit aae9da037b
2 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@
} }
</style> </style>
<link rel="preload" href="index.css?v=12062022" as="style" onload="this.onload=null; this.rel='stylesheet'" /> <link rel="preload" href="index.css?v=13062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="icons.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" /> <link rel="preload" href="icons.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link <link
rel="preload" rel="preload"
@ -7798,7 +7798,7 @@
<script src="modules/river-generator.js"></script> <script src="modules/river-generator.js"></script>
<script src="modules/lakes.js"></script> <script src="modules/lakes.js"></script>
<script src="modules/names-generator.js"></script> <script src="modules/names-generator.js"></script>
<script src="modules/cultures-generator.js?v=06062022"></script> <script src="modules/cultures-generator.js?v=13062022"></script>
<script src="modules/burgs-and-states.js?v=29052022"></script> <script src="modules/burgs-and-states.js?v=29052022"></script>
<script src="modules/routes-generator.js"></script> <script src="modules/routes-generator.js"></script>
<script src="modules/religions-generator.js?v=12062022"></script> <script src="modules/religions-generator.js?v=12062022"></script>

View file

@ -1,7 +1,7 @@
"use strict"; "use strict";
// version and caching control // version and caching control
const version = "1.86.07"; // generator version, update each time const version = "1.86.08"; // generator version, update each time
{ {
document.title += " v" + version; document.title += " v" + version;