Fix typo and push version to next release

This commit is contained in:
Blue (Lukas Rieger) 2020-01-12 12:39:40 +01:00
parent 56bc0e2ff9
commit bfbc5ca108
3 changed files with 4 additions and 4 deletions

View File

@ -289,7 +289,7 @@ public static void main(String[] args) throws IOException, ParseResourceExceptio
config.loadMainConfig();
if (configCreated) {
Logger.global.logInfo("No config file found! Created default configs here: " + config.getMainConfigFile().getCanonicalPath());
Logger.global.logInfo("No config file found! Created default config here: " + config.getMainConfigFile().getCanonicalPath());
return;
}

View File

@ -2,6 +2,6 @@
public class BlueMap {
public static final String VERSION = "0.1.0";
public static final String VERSION = "0.2.0";
}

View File

@ -2,7 +2,7 @@
{
"modid": "bluemap",
"name": "BlueMap",
"version": "0.1.0",
"version": "0.2.0",
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
"url": "https://ore.spongepowered.org/Blue/BlueMap",
"authorList": [