Skip to content

Commit 4037062

Browse files
authored
bump version to 1.20.0
1 parent efdfb8d commit 4037062

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Node IDs Changelog
2+
## v1.20.0
3+
* Added IDs for sprites in EditorUI [#122](https://github.com/geode-sdk/NodeIDs/pull/122)
4+
* Fixed small visual bugs in Editor Delete Menu [#121](https://github.com/geode-sdk/NodeIDs/pull/121)
5+
26
## v1.19.0
37
* Added StarInfoPopup IDs [#115](https://github.com/geode-sdk/NodeIDs/pull/115)
48
* Fixed incorrect controller sprite ID in GauntletSelectLayer

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"geode": "4.1.2",
2+
"geode": "4.2.0",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
66
"mac": "2.2074",
77
"ios": "2.2074"
88
},
9-
"version": "v1.19.0",
9+
"version": "v1.20.0",
1010
"id": "geode.node-ids",
1111
"name": "Node IDs",
1212
"developer": "Geode Team",

0 commit comments

Comments
 (0)