mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-12-28 11:59:21 +01:00
Push version for new prerelease
This commit is contained in:
parent
140bcfd6b7
commit
8cf7bb3dc4
@ -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.2.1
|
version: 0.3.0
|
||||||
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.2.1",
|
"version": "0.3.0",
|
||||||
"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.2.1";
|
public static final String VERSION = "0.3.0";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user