Skip to content

Commit 0877163

Browse files
committed
v2.2.4
1 parent b06c606 commit 0877163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/hamburgchimps/apple/notes/liberator/command/LiberateCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.List;
2929

3030
@QuarkusMain
31-
@Command(version = "2.2.3", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
31+
@Command(version = "2.2.4", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
3232
@SuppressWarnings("unused")
3333
public class LiberateCommand implements Runnable, QuarkusApplication {
3434
@Option(names = {"-f", "--file"}, description = "Path to Apple Notes sqlite file")

0 commit comments

Comments
 (0)