diff --git a/changelog.md b/changelog.md index de10d24..f584a4f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Node IDs Changelog +## v1.14.2 +* Fixed an issue where some Private Servers would crash upon opening level comments + ## v1.14.1 * Fixed CommentCell positioning on 4:3 displays diff --git a/mod.json b/mod.json index a3beee9..c8d901a 100644 --- a/mod.json +++ b/mod.json @@ -1,17 +1,19 @@ { - "geode": "3.7.1", + "geode": "3.8.1", "gd": { "win": "2.206", "android": "2.206", "mac": "2.206", "ios": "2.206" }, - "version": "v1.14.1", + "version": "v1.14.2", "id": "geode.node-ids", "name": "Node IDs", "developer": "Geode Team", "description": "Standard node IDs to be used by other mods.", - "repository": "https://github.com/geode-sdk/NodeIDs", + "links": { + "source": "https://github.com/geode-sdk/NodeIDs" + }, "issues": { "url": "https://github.com/geode-sdk/NodeIDs/issues", "info": "If you encounter an issue related to node ID mismatches, please report it to the GitHub issues page."