Skip to content

Commit

Permalink
Push version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Mar 29, 2020
1 parent 62ce024 commit de8031e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlueMapBukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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.5.0-mc1.13
version: 0.5.1-mc1.13
author: "Blue (TBlueF / Lukas Rieger)"
authors: [Blue (TBlueF / Lukas Rieger)]
website: "https://github.com/BlueMap-Minecraft"
Expand Down
2 changes: 1 addition & 1 deletion BlueMapCommon/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.5.0-mc1.13",
"version": "0.5.1-mc1.13",
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
"url": "https://github.com/BlueMap-Minecraft",
"authorList": [
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.5.0-mc1.13";
public static final String VERSION = "0.5.1-mc1.13";

}

0 comments on commit de8031e

Please sign in to comment.