diff --git a/.gitignore b/.gitignore index a9fd7aa..cd6f5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ # Ignore build folders **/build +**/build-win # Workspace files are user-specific *.sublime-workspace diff --git a/changelog.md b/changelog.md index 8f27974..f760f87 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Node IDs Changelog +## v1.14.0 +* Added GauntletLayer IDs +* Upgraded CommentCell for level comments + ## v1.13.2 * Fixed testmode label in main levels (PlayLayer) * Fixed crash when entering Gauntlets (macOS only) diff --git a/mod.json b/mod.json index 70daf35..0132841 100644 --- a/mod.json +++ b/mod.json @@ -1,12 +1,12 @@ { - "geode": "3.4.0", + "geode": "3.6.1", "gd": { "win": "2.206", "android": "2.206", "mac": "2.206", "ios": "2.206" }, - "version": "v1.13.2", + "version": "v1.14.0", "id": "geode.node-ids", "name": "Node IDs", "developer": "Geode Team",