From cf3238d50efe49ea8dbccb88418fc6e688709c2f Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 24 Jun 2011 15:25:51 -0700 Subject: [PATCH] Wrapped the version in plugin.yml in quotation marks. --- plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index c0348ea83..e662e702e 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: WorldEdit main: com.sk89q.worldedit.bukkit.WorldEditPlugin -version: ${project.version} +version: "${project.version}" commands: chunkinfo: description: Get information about the chunk that you are inside