diff --git a/pom.xml b/pom.xml index 735c699..ba41af9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.hamburgchimps apple-notes-liberator - 2.0.0 + 2.1.0 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 ed282fe..375c666 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 @@ -28,7 +28,7 @@ import java.util.List; @QuarkusMain -@Command(version = "2.0.0", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true) +@Command(version = "2.1.0", 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")