Update plugin.yml for release

This commit is contained in:
filoghost 2014-12-23 12:48:29 +01:00
parent 7d17df9545
commit c3a703fbe2
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ public interface HologramLine {
/**
* Removes this line from the parent Hologram. Since: v2.0.1
* Do not call if the Hologram has been deleted, an exception will be thrown.
*/
public void removeLine();

View File

@ -1,6 +1,6 @@
name: HolographicDisplays
main: com.gmail.filoghost.holographicdisplays.HolographicDisplays
version: 2.0
version: 2.0.1
softdepend: [Multiverse-Core, MultiWorld, My Worlds, My_Worlds, ProtocolLib]