From a1e41b4cc92a1fdd4a073b85fcd0f3b650cc0354 Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Tue, 20 May 2014 06:49:52 -0700 Subject: [PATCH] dont add leading 0 to version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 246814e..d48c375 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.milkbowl.vault Vault - 1.3.02 + 1.3.2 Vault http://dev.bukkit.org/server-mods/vault/ Vault is a Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.