Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolson committed Jul 3, 2023
1 parent b06c606 commit 0877163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.List;

@QuarkusMain
@Command(version = "2.2.3", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
@Command(version = "2.2.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")
Expand Down

0 comments on commit 0877163

Please sign in to comment.