mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Push version for new release
This commit is contained in:
parent
54acd321f9
commit
d21f6baf68
@ -1,7 +1,7 @@
|
|||||||
name: BlueMap
|
name: BlueMap
|
||||||
description: "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)"
|
description: "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)"
|
||||||
main: de.bluecolored.bluemap.bukkit.BukkitPlugin
|
main: de.bluecolored.bluemap.bukkit.BukkitPlugin
|
||||||
version: 0.4.0-mc1.13
|
version: 0.5.0-mc1.13
|
||||||
author: "Blue (TBlueF / Lukas Rieger)"
|
author: "Blue (TBlueF / Lukas Rieger)"
|
||||||
authors: [Blue (TBlueF / Lukas Rieger)]
|
authors: [Blue (TBlueF / Lukas Rieger)]
|
||||||
website: "https://github.com/BlueMap-Minecraft"
|
website: "https://github.com/BlueMap-Minecraft"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"modid": "bluemap",
|
"modid": "bluemap",
|
||||||
"name": "BlueMap",
|
"name": "BlueMap",
|
||||||
"version": "0.4.0-mc1.13",
|
"version": "0.5.0-mc1.13",
|
||||||
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
|
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
|
||||||
"url": "https://github.com/BlueMap-Minecraft",
|
"url": "https://github.com/BlueMap-Minecraft",
|
||||||
"authorList": [
|
"authorList": [
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
public class BlueMap {
|
public class BlueMap {
|
||||||
|
|
||||||
public static final String VERSION = "0.4.0-mc1.13";
|
public static final String VERSION = "0.5.0-mc1.13";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user