Skip to content

Commit

Permalink
prep 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolson committed Apr 4, 2023
1 parent 4f1b25f commit a42ad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.hamburgchimps</groupId>
<artifactId>apple-notes-liberator</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.List;

@QuarkusMain
@Command(version = "1.0.0", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
@Command(version = "1.0.1", 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 a42ad02

Please sign in to comment.