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 >1.0.4 </version >
7+ <version >1.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 2626import java .util .List ;
2727
2828@ QuarkusMain
29- @ Command (version = "1.0.4 " , description = "Free your data from Apple Notes." , mixinStandardHelpOptions = true )
29+ @ Command (version = "1.1.0 " , description = "Free your data from Apple Notes." , mixinStandardHelpOptions = true )
3030@ SuppressWarnings ("unused" )
3131public class LiberateCommand implements Runnable , QuarkusApplication {
3232 @ Option (names = {"-f" , "--file" }, description = "Path to Apple Notes sqlite file" )
You can’t perform that action at this time.
0 commit comments