diff --git a/README.md b/README.md index 453d624..a93f760 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ launcher.on('error', (e) => console.log(e.toString('utf-8'))); | `options.os` | String | windows, osx or linux. MCLC with auto determine the OS if this field isn't provided. | False | | `options.version.number` | String | Minecraft version that is going to be launched. | True | | `options.version.type` | String | Any string. The actual Minecraft launcher uses `release` and `snapshot`. | True | -| `options.version.custom` | String | The name of the folder, jar file, and version json in the version folder. | True | +| `options.version.custom` | String | The name of the folder, jar file, and version json in the version folder. | False | | `options.memory.max` | String | Max amount of memory being used by Minectaft. | True | | `options.memory.min` | String | Min amount of memory being used by Minectaft. | True | | `options.forge` | String | Path to Universal Forge Jar. | False | diff --git a/package.json b/package.json index c57b6bd..adcacb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-launcher-core", - "version": "3.5.1", + "version": "3.5.2", "description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS", "main": "index.js", "dependencies": {