Initialize new version

Change-Id: I51d4fac59a11019d080dc9901cb4c115c7497855
diff --git a/Changes b/Changes
index 8fef077..ada7f30 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
-0.60 2021-12-13
+0.60.1 2021-12-13
+    - [feature] Added vc loading from classpath (margaretha)
+
+
+0.60 2021-12-10
     - [feature] Implemented a new cache with on disk
       storage and auto-update (margaretha).
     - [feature] Support for tokenized snippet output
@@ -9,7 +13,6 @@
     - [feature] Added a delete method to VirtualCorpusCache (margaretha)
     - [feature] Added normalization for slash in Fingerprinter (margaretha)
     - [security] Updated log4j due to CVE-2021-44228 (diewald)
-    - [feature] Added vc loading from classpath (margaretha)
 
     !!! This is a security fix - please update!
 
diff --git a/pom.xml b/pom.xml
index 1822293..685317b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
   <groupId>de.ids_mannheim.korap</groupId>
   <artifactId>Krill</artifactId>
-  <version>0.60</version>
+  <version>0.60.1</version>
   <packaging>jar</packaging>
 
   <name>Krill</name>