Skip to content

Commit 83704b7

Browse files
chore: bump version to 1.114.1
1 parent 94c9904 commit 83704b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fantasy-map-generator",
3-
"version": "1.114.0",
3+
"version": "1.114.1",
44
"description": "Azgaar's _Fantasy Map Generator_ is a free web application that helps fantasy writers, game masters, and cartographers create and edit fantasy maps.",
55
"homepage": "https://github.com/Azgaar/Fantasy-Map-Generator#readme",
66
"bugs": {

public/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* For the changes that may be interesting to end users, update the `latestPublicChanges` array below (new changes on top).
1717
*/
1818

19-
const VERSION = "1.114.0";
19+
const VERSION = "1.114.1";
2020
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
2121

2222
{

0 commit comments

Comments
 (0)