Skip to content

Commit 1aed9f3

Browse files
committed
prep 1.0.3
1 parent 5219afa commit 1aed9f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.hamburgchimps</groupId>
66
<artifactId>apple-notes-liberator</artifactId>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<properties>
99
<compiler-plugin.version>3.8.1</compiler-plugin.version>
1010
<maven.compiler.release>17</maven.compiler.release>

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
@@ -26,7 +26,7 @@
2626
import java.util.List;
2727

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

0 commit comments

Comments
 (0)