diff --git a/pom.xml b/pom.xml
index 0e45a9d8c4ccf37718a39f3b45ee7fb64b700caa..d12f1b557092494e5f7edbb2e0774d56fb4b359a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>de.deadlocker8</groupId>
     <artifactId>BudgetMaster</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0</version>
     <name>BudgetMaster</name>
 
     <repositories>
@@ -70,7 +70,7 @@
 
         <app.versionDate>${maven.build.timestamp}</app.versionDate>
         <maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
-        <app.versionCode>21</app.versionCode>
+        <app.versionCode>22</app.versionCode>
         <app.author>Robert Goldmann</app.author>
 
         <project.outputDirectory>build/${project.version}</project.outputDirectory>