Version 1.0.1

Fixed project setup mistakes
This commit is contained in:
SydMontague 2020-07-23 19:13:33 +02:00
parent 14723da294
commit 4a2978889c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ You will need to [configure your environment to access GitHub repositories](http
<dependency>
<groupId>net.craftcitizen</groupId>
<artifactId>imagemaps</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.craftcitizen</groupId>
<artifactId>ImageMaps</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1</version>
<name>ImageMaps</name>
<description>Render Images onto maps!</description>