diff --git a/README.md b/README.md index 86394cd0..a81cda6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JMC · [![license-mit](https://badgen.net/badge/license/MIT/blue/)](https://github.com/WingedSeal/jmc/blob/main/LICENSE) [![release](https://badgen.net/badge/release/v1.2.11-alpha.1/blue/)](https://github.com/WingedSeal/jmc/releases/latest) [![build-passing](https://badgen.net/badge/build/passing/green/)](https://wingedseal.github.io/jmc/#/) [![discord-invite](https://badgen.net/badge/discord/Official-Server/blue/?icon=discord)](https://discord.gg/PNWKpwdzD3) +# JMC · [![license-mit](https://badgen.net/badge/license/MIT/blue/)](https://github.com/WingedSeal/jmc/blob/main/LICENSE) [![release](https://badgen.net/badge/release/v1.2.11/blue/)](https://github.com/WingedSeal/jmc/releases/latest) [![build-passing](https://badgen.net/badge/build/passing/green/)](https://wingedseal.github.io/jmc/#/) [![discord-invite](https://badgen.net/badge/discord/Official-Server/blue/?icon=discord)](https://discord.gg/PNWKpwdzD3) ## (JavaScript-like Minecraft Function) diff --git a/src/jmc/config.py b/src/jmc/config.py index db104050..f61db27d 100644 --- a/src/jmc/config.py +++ b/src/jmc/config.py @@ -1,2 +1,2 @@ -VERSION = "v1.2.11-alpha.1" +VERSION = "v1.2.11" CONFIG_FILE_NAME = "jmc_config.json"