diff --git a/pom.xml b/pom.xml
index c76731c..eb8781f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
de.hamburgchimps
apple-notes-liberator
- 1.0.3
+ 1.0.4
3.8.1
17
diff --git a/src/main/java/de/hamburgchimps/apple/notes/liberator/command/LiberateCommand.java b/src/main/java/de/hamburgchimps/apple/notes/liberator/command/LiberateCommand.java
index cdde1f1..7ec42e9 100644
--- a/src/main/java/de/hamburgchimps/apple/notes/liberator/command/LiberateCommand.java
+++ b/src/main/java/de/hamburgchimps/apple/notes/liberator/command/LiberateCommand.java
@@ -26,7 +26,7 @@
import java.util.List;
@QuarkusMain
-@Command(version = "1.0.3", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
+@Command(version = "1.0.4", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
@SuppressWarnings("unused")
public class LiberateCommand implements Runnable, QuarkusApplication {
@Option(names = {"-f", "--file"}, description = "Path to Apple Notes sqlite file")