Fixed maven version number.

This commit is contained in:
Erik C. Thauvin 2017-05-11 10:31:40 -07:00
parent 0c7781d6b4
commit eddb0dada4
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact
<dependency>
<groupId>net.thauvin.erik</groupId>
<artifactId>semver</artifactId>
<version>1.0</version>
<version>1.0.0</version>
</dependency>
```