mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-12-27 11:27:39 +01:00
Push version for new prerelease
This commit is contained in:
parent
140bcfd6b7
commit
8cf7bb3dc4
@ -1,7 +1,7 @@
|
||||
name: BlueMap
|
||||
description: "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)"
|
||||
main: de.bluecolored.bluemap.bukkit.BukkitPlugin
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
author: "Blue (TBlueF / Lukas Rieger)"
|
||||
authors: [Blue (TBlueF / Lukas Rieger)]
|
||||
website: "https://github.com/BlueMap-Minecraft"
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"modid": "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)",
|
||||
"url": "https://github.com/BlueMap-Minecraft",
|
||||
"authorList": [
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
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