Update README.md

This commit is contained in:
Gabriele C 2020-06-07 02:54:24 +02:00 committed by GitHub
parent 6fc00c9846
commit ab5ec54e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ How to include WorldEditWrapper into your maven project:
<dependency>
<groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.8-SNAPSHOT</version>
</dependency>
</dependencies>
```
@ -34,7 +34,7 @@ Remember to include/relocate the library into your final jar, example:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>