diff --git a/src/01-fundamentals/01-01-the-metadata-file.md b/src/01-fundamentals/01-01-the-metadata-file.md index d10221d..748dc43 100644 --- a/src/01-fundamentals/01-01-the-metadata-file.md +++ b/src/01-fundamentals/01-01-the-metadata-file.md @@ -19,7 +19,7 @@ Inside this file, we will put the information the game needs in order to learn a "optionalDependencies": { "modB": "1.3.2" }, - "api_version": "0.6.3", + "api_version": "0.8.0", "mod_version": "1.0.0", "license": "Apache-2.0" } @@ -48,4 +48,4 @@ A Contributor has the following fields: - `email`: *(optional)* A contact email - `url`: *(optional)* A homepage URL -Many of these fields are intended to be used in the future by an upcoming Mod Menu interface, which will allow users to organize their mods. \ No newline at end of file +Many of these fields are intended to be used in the future by an upcoming Mod Menu interface, which will allow users to organize their mods.