Prep for 0.6.1 release.
diff --git a/nlpcraft-stanford/pom.xml b/nlpcraft-stanford/pom.xml
index 5c95b77..1798b3f 100644
--- a/nlpcraft-stanford/pom.xml
+++ b/nlpcraft-stanford/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.nlpcraft</groupId>
         <artifactId>nlpcraft-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 214745c..833350c 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.nlpcraft</groupId>
         <artifactId>nlpcraft-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
index d7b06c2..b222083 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/version/NCVersion.scala
@@ -47,6 +47,7 @@
     private final val VERSIONS = Seq(
         Version("0.5.0", LocalDate.of(2020, 4, 16)),
         Version("0.6.0", LocalDate.of(2020, 5, 25)),
+        Version("0.6.1", LocalDate.of(2020, 6, 8))
     ).sortBy(_.version)
     // +=================================================+
     // | UPDATE THIS SEQUENCE FOR EACH RELEASE MANUALLY. |