Skip to content

Commit

Permalink
Fix typo and push version to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Jan 12, 2020
1 parent 56bc0e2 commit bfbc5ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class BlueMap {

public static final String VERSION = "0.1.0";
public static final String VERSION = "0.2.0";

}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit bfbc5ca

Please sign in to comment.