Skip to content

Commit bfbc5ca

Browse files
committed
Fix typo and push version to next release
1 parent 56bc0e2 commit bfbc5ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BlueMapCLI/src/main/java/de/bluecolored/bluemap/cli/BlueMapCLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public static void main(String[] args) throws IOException, ParseResourceExceptio
289289
config.loadMainConfig();
290290

291291
if (configCreated) {
292-
Logger.global.logInfo("No config file found! Created default configs here: " + config.getMainConfigFile().getCanonicalPath());
292+
Logger.global.logInfo("No config file found! Created default config here: " + config.getMainConfigFile().getCanonicalPath());
293293
return;
294294
}
295295

BlueMapCore/src/main/java/de/bluecolored/bluemap/core/BlueMap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class BlueMap {
44

5-
public static final String VERSION = "0.1.0";
6-
5+
public static final String VERSION = "0.2.0";
6+
77
}

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"modid": "bluemap",
44
"name": "BlueMap",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
77
"url": "https://ore.spongepowered.org/Blue/BlueMap",
88
"authorList": [

0 commit comments

Comments
 (0)