diff --git a/README.md b/README.md index 6f103d6..5036111 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ TypeAlias, Maybe and Result for Java net.kemitix mon - 0.6.0 + RELEASE ``` +The latest version should be shown above with the nexus and maven-central badges. + ## Usage ### TypeAlias @@ -43,7 +45,7 @@ class Goal extends TypeAlias { ``` ```java -class Example {} +class Example { Goal goal = Goal.of("goal"); void foo(final Goal goal) { System.out.println("The goal is " + goal.getValue());