mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
pump version to 1.83.0
This commit is contained in:
parent
2713f6bfda
commit
ceba329bd6
2 changed files with 2 additions and 2 deletions
|
|
@ -2977,7 +2977,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="templateBottom">
|
||||
<button id="templateRun" data-tip="Apply current template" class="icon-play-circled2"></button>
|
||||
<button id="templateRun" data-tip="Execute the template" class="icon-play-circled2"></button>
|
||||
<button id="templateUndo" data-tip="Undo the latest action" class="icon-ccw" disabled></button>
|
||||
<button id="templateRedo" data-tip="Redo the action" class="icon-cw" disabled></button>
|
||||
<button id="templateSave" data-tip="Download the template as a text file" class="icon-download"></button>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
"use strict";
|
||||
// version and caching control
|
||||
|
||||
const version = "1.82.05"; // generator version, update each time
|
||||
const version = "1.83.0"; // generator version, update each time
|
||||
|
||||
{
|
||||
document.title += " v" + version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue