Update readme

This commit is contained in:
Eric 2018-11-04 14:08:33 +01:00
parent 4fc6f99686
commit 2b70f54d05

View File

@ -21,7 +21,7 @@ How to include WorldEditWrapper into your maven project:
<dependency> <dependency>
<groupId>org.codemc.worldguardwrapper</groupId> <groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper</artifactId> <artifactId>worldguardwrapper</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.3-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```