Skip to content

Commit 2fe4064

Browse files
committed
Fix old mod.json syntax!?!?!?!?
1 parent 4623e5e commit 2fe4064

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
* Updated to GD v2.2074 and Geode V4
99
* Instead of hijacking the copy level id button, the mod now creates a new button entirely
1010
* Removed the song ID copy code as the introduction of songs that arent on newgrounds makes any level which uses nongs point to invalid links
11+
12+
# v1.2.1
13+
* Fix old mod.json syntax!?!?!?!?

mod.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"geode": "4.2.0",
3-
"gd": "*",
4-
"version": "v1.2.0",
2+
"geode": "4.2.1",
3+
"gd": {
4+
"win": "2.2074",
5+
"android": "2.2074",
6+
"mac": "2.2074",
7+
"ios": "2.2074"
8+
},
9+
"version": "v1.2.1",
510
"id": "neonyaa.copylevelinfo",
611
"name": "Copy Level Info",
712
"developer": "NeoNyaa",

0 commit comments

Comments
 (0)