Update README.md

This commit is contained in:
Gabriele C 2018-12-14 21:09:12 +01:00 committed by GitHub
parent 502659bc7f
commit c7926f0b2d
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> <dependency>
<groupId>org.codemc.worldguardwrapper</groupId> <groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper</artifactId> <artifactId>worldguardwrapper</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```