Skip to content

Commit cdef33b

Browse files
committed
prep 2.0.0
1 parent 7a1bfa4 commit cdef33b

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.1.0</version>
7+
<version>2.0.0</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
@@ -28,7 +28,7 @@
2828
import java.util.List;
2929

3030
@QuarkusMain
31-
@Command(version = "1.1.0", description = "Free your data from Apple Notes.", mixinStandardHelpOptions = true)
31+
@Command(version = "2.0.0", 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)