chore: bump version to 1.114.0

This commit is contained in:
github-actions[bot] 2026-03-26 22:28:25 +00:00
parent b7af737525
commit 23871b3311
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "fantasy-map-generator", "name": "fantasy-map-generator",
"version": "1.113.7", "version": "1.114.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fantasy-map-generator", "name": "fantasy-map-generator",
"version": "1.113.7", "version": "1.114.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"alea": "^1.0.1", "alea": "^1.0.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "fantasy-map-generator", "name": "fantasy-map-generator",
"version": "1.113.7", "version": "1.114.0",
"description": "Azgaar's _Fantasy Map Generator_ is a free web application that helps fantasy writers, game masters, and cartographers create and edit fantasy maps.", "description": "Azgaar's _Fantasy Map Generator_ is a free web application that helps fantasy writers, game masters, and cartographers create and edit fantasy maps.",
"homepage": "https://github.com/Azgaar/Fantasy-Map-Generator#readme", "homepage": "https://github.com/Azgaar/Fantasy-Map-Generator#readme",
"bugs": { "bugs": {

View file

@ -16,7 +16,7 @@
* For the changes that may be interesting to end users, update the `latestPublicChanges` array below (new changes on top). * For the changes that may be interesting to end users, update the `latestPublicChanges` array below (new changes on top).
*/ */
const VERSION = "1.113.8"; const VERSION = "1.114.0";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{ {

View file

@ -8594,7 +8594,7 @@
<script defer src="libs/jquery.ui.touch-punch.min.js"></script> <script defer src="libs/jquery.ui.touch-punch.min.js"></script>
<script defer src="modules/io/save.js?v=1.113.8"></script> <script defer src="modules/io/save.js?v=1.113.8"></script>
<script defer src="modules/io/load.js?v=1.113.0"></script> <script defer src="modules/io/load.js?v=1.113.0"></script>
<script defer src="modules/io/cloud.js?v=1.106.0"></script> <script defer src="modules/io/cloud.js?v=1.114.0"></script>
<script defer src="modules/io/export.js?v=1.112.2"></script> <script defer src="modules/io/export.js?v=1.112.2"></script>
</body> </body>
</html> </html>