mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-24 08:18:04 -05:00
Update GD version in mod.json
This commit is contained in:
parent
aaa8f8eb84
commit
b8308aefcd
1 changed files with 4 additions and 4 deletions
8
mod.json
8
mod.json
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"geode": "$GEODE_VERSION",
|
"geode": "$GEODE_VERSION",
|
||||||
"gd": {
|
"gd": {
|
||||||
"win": "2.206",
|
"win": "2.2074",
|
||||||
"android": "2.206",
|
"android": "2.2074",
|
||||||
"mac": "2.206",
|
"mac": "2.2074",
|
||||||
"ios": "2.206"
|
"ios": "2.2074"
|
||||||
},
|
},
|
||||||
"id": "$MOD_ID",
|
"id": "$MOD_ID",
|
||||||
"name": "$MOD_NAME",
|
"name": "$MOD_NAME",
|
||||||
|
|
Loading…
Reference in a new issue