diff --git a/build.gradle b/build.gradle index 9f5ded1..9b92d18 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'org.jetbrains.gradle.plugin.idea-ext' group 'com.github.douglasdc3' -version '1.0.0-SNAPSHOT' +version '2.0.0-SNAPSHOT' description = """Simple app which uses a running dump1090 instance to record dump1090 to rolling log file.""" mainClassName = 'com.github.douglasdc3.dump1090recorder.Main' diff --git a/jpackage-mac.cfg b/jpackage-mac.cfg index a9d6138..c1f70bf 100644 --- a/jpackage-mac.cfg +++ b/jpackage-mac.cfg @@ -1 +1 @@ ---app-version "1.0.0" \ No newline at end of file +--app-version "2.0.0" \ No newline at end of file diff --git a/jpackage.cfg b/jpackage.cfg index b2ec72d..02716c2 100644 --- a/jpackage.cfg +++ b/jpackage.cfg @@ -2,7 +2,7 @@ --main-jar dump1090-recorder.jar --main-class com.github.douglasdc3.dump1090recorder.Main --name dump1090-recorder ---app-version 1.0.0 +--app-version 2.0.0 --copyright "Ken Andries, (C) 2023" --description "Simple app which uses a running dump1090 instance to record dump1090 to rolling log file. Alternatively you can playback a recording onto the network." --dest ./build/release/