Merge branch 'master' into feature/bukkit

This commit is contained in:
Blue (Lukas Rieger) 2020-01-13 10:46:20 +01:00
commit 1abdf04bcc
3 changed files with 4 additions and 4 deletions

View File

@ -289,7 +289,7 @@ public class BlueMapCLI {
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 @@ package de.bluecolored.bluemap.core;
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://github.com/BlueMap-Minecraft",
"authorList": [