diff --git a/README.html b/README.html index 0375381..5b41783 100644 --- a/README.html +++ b/README.html @@ -341,7 +341,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
<dependency>
     <groupId>net.thauvin.erik</groupId>
     <artifactId>semver</artifactId>
-    <version>1.0</version>
+    <version>1.0.0</version>
 </dependency>

Gradle

Class Generation

diff --git a/README.md b/README.md index ed07f92..4162e22 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact net.thauvin.erik semver - 1.0 + 1.0.0 ```