From 15639533e0c6bb762bf344bc68656cefa40a293b Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Wed, 28 May 2014 13:53:06 +0000 Subject: [PATCH] Added notes on version numbers in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 030dd48..6c903cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VaultAPI - Abstraction Library API for Bukkit Plugins -How to use with maven: +How to use with maven: note that the VaultAPI version is 2 numerals, unlike Vault versions which are 3. The 2 numerals in the VaultAPI will always correspond to the 2 beginning numerals in a Vault version to make it clear what versions your plugin will for sure work with. ``` @@ -12,7 +12,7 @@ How to use with maven: net.milkbowl.vault VaultAPI - 1.3.0.2 + 1.4 provided