File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/de/hamburgchimps/apple/notes/liberator/command Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >de.hamburgchimps</groupId >
66 <artifactId >apple-notes-liberator</artifactId >
7- <version >2.0 .0</version >
7+ <version >2.1 .0</version >
88 <properties >
99 <compiler-plugin .version>3.8.1</compiler-plugin .version>
1010 <maven .compiler.release>17</maven .compiler.release>
Original file line number Diff line number Diff line change 2828import java .util .List ;
2929
3030@ QuarkusMain
31- @ Command (version = "2.0 .0" , description = "Free your data from Apple Notes." , mixinStandardHelpOptions = true )
31+ @ Command (version = "2.1 .0" , description = "Free your data from Apple Notes." , mixinStandardHelpOptions = true )
3232@ SuppressWarnings ("unused" )
3333public class LiberateCommand implements Runnable , QuarkusApplication {
3434 @ Option (names = {"-f" , "--file" }, description = "Path to Apple Notes sqlite file" )
You can’t perform that action at this time.
0 commit comments