Skip to content

Commit b6cd012

Browse files
committed
Fix version after merge
1 parent 04ea7a7 commit b6cd012

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BlueMapBukkit/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BlueMap
22
description: "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)"
33
main: de.bluecolored.bluemap.bukkit.BukkitPlugin
4-
version: 0.4.0-mc1.13
4+
version: 0.4.0
55
author: "Blue (TBlueF / Lukas Rieger)"
66
authors: [Blue (TBlueF / Lukas Rieger)]
77
website: "https://github.com/BlueMap-Minecraft"

BlueMapCommon/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.4.0-mc1.13",
5+
"version": "0.4.0",
66
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
77
"url": "https://github.com/BlueMap-Minecraft",
88
"authorList": [

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

Lines changed: 1 addition & 1 deletion
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.4.0-mc1.13";
5+
public static final String VERSION = "0.4.0";
66

77
}

0 commit comments

Comments
 (0)