diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index 3aacbb41dce5d34adb592366361cd0a8513d2f41..f7cda03921ebd153c984ec120009b113f93b82af 100644
--- a/haas-imagej-client/pom.xml
+++ b/haas-imagej-client/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cz.it4i.fiji</groupId>
 		<artifactId>haas-parent</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath> ../pom.xml</relativePath>
 	</parent>
 	
diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml
index b0dab3d80a41b9a3253be3e6095f8b0eceb8cab8..087600bebce19a28858636a7e8814334e3ab8078 100644
--- a/haas-spim-benchmark/pom.xml
+++ b/haas-spim-benchmark/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cz.it4i.fiji</groupId>
 		<artifactId>haas-parent</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1-SNAPSHOT</version>
 		<relativePath> ../pom.xml</relativePath>
 	</parent>
 	<artifactId>haas-spim-benchmark</artifactId>
@@ -92,7 +92,7 @@
 		<dependency>
 			<groupId>cz.it4i.fiji</groupId>
 			<artifactId>haas-imagej-client</artifactId>
-			<version>1.0.0</version>
+			<version>1.0.1-SNAPSHOT</version>
 		</dependency>
 
 		<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
diff --git a/pom.xml b/pom.xml
index b39c9b210516ea292620de8213ca3bb8f76d3bf1..014f628a55f00dcb4663871af676cae89c0091f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>cz.it4i.fiji</groupId>
 	<artifactId>haas-parent</artifactId>
-	<version>1.0.0</version>
+	<version>1.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<parent>
 		<groupId>org.scijava</groupId>