forked from mirror/BlueMap
Fix typo and push version to next release
This commit is contained in:
parent
56bc0e2ff9
commit
bfbc5ca108
@ -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;
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
public class BlueMap {
|
||||
|
||||
public static final String VERSION = "0.1.0";
|
||||
|
||||
public static final String VERSION = "0.2.0";
|
||||
|
||||
}
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user