We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4623e5e commit 2fe4064Copy full SHA for 2fe4064
changelog.md
@@ -8,3 +8,6 @@
8
* Updated to GD v2.2074 and Geode V4
9
* Instead of hijacking the copy level id button, the mod now creates a new button entirely
10
* 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
@@ -1,7 +1,12 @@
1
{
2
- "geode": "4.2.0",
3
- "gd": "*",
4
- "version": "v1.2.0",
+ "geode": "4.2.1",
+ "gd": {
+ "win": "2.2074",
5
+ "android": "2.2074",
6
+ "mac": "2.2074",
7
+ "ios": "2.2074"
+ },
+ "version": "v1.2.1",
"id": "neonyaa.copylevelinfo",
"name": "Copy Level Info",
"developer": "NeoNyaa",
0 commit comments