diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml
index 218b47dfbdfbb9d1baadfd8bcb76a578f4396fd0..09c99aa535fd39e164adf5ab46765c903426964d 100644
--- a/api-lib-core/pom.xml
+++ b/api-lib-core/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.ozgcloud.api-lib</groupId>
 		<artifactId>api-lib-parent</artifactId>
-		<version>0.12.0-SNAPSHOT</version>
+		<version>0.13.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>api-lib-core</artifactId>
diff --git a/api-lib-demo/pom.xml b/api-lib-demo/pom.xml
index b94a2e8d6494050d8f8fd15990965b51c84ea914..c3d6880aa24d6f0540c412746e00dae7e3ad26c3 100644
--- a/api-lib-demo/pom.xml
+++ b/api-lib-demo/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.ozgcloud.api-lib</groupId>
 		<artifactId>api-lib-parent</artifactId>
-		<version>0.12.0-SNAPSHOT</version>
+		<version>0.13.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>api-lib-demo</artifactId>
 
diff --git a/ozg-cloud-spring-boot-starter/pom.xml b/ozg-cloud-spring-boot-starter/pom.xml
index ea48880e440af41f4d7bf6d0823f74bece479db5..8a33f2d6c8bcc72a057fa5310a3f00ed9055868b 100644
--- a/ozg-cloud-spring-boot-starter/pom.xml
+++ b/ozg-cloud-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>de.ozgcloud.api-lib</groupId>
 		<artifactId>api-lib-parent</artifactId>
-		<version>0.12.0-SNAPSHOT</version>
+		<version>0.13.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>ozg-cloud-spring-boot-starter</artifactId>
 
diff --git a/pom.xml b/pom.xml
index 1c097c8b7d3ea1d168a8d54048d7bacdad1da1a1..29f8833af80c7c03d28212f8921abbde86f300e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
 	<groupId>de.ozgcloud.api-lib</groupId>
 	<artifactId>api-lib-parent</artifactId>
-	<version>0.12.0-SNAPSHOT</version>
+	<version>0.13.0-SNAPSHOT</version>
 	<description>Library project to use the OZG-Cloud API</description>
 
 	<packaging>pom</packaging>