Updated README to match last deploy

This commit is contained in:
lbenav8095 2023-03-31 14:46:19 -06:00
parent 1a36c9963d
commit d378ad1eb6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ How to include the API with Maven:
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>vaultapi</artifactId>
<version>2.0-SNAPSHOT</version>
<version>1.7.4</version>
</dependency>
</dependencies>
```

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.milkbowl.vault</groupId>
<artifactId>vaultapi</artifactId>
<version>2.0-SNAPSHOT-PRE</version>
<version>1.7.4</version>
<name>VaultAPI</name>
<description>Vault is a Permissions &amp; Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.