Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Apr 4, 2023
1 parent 56bd1e0 commit b263b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion jpackage-mac.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--app-version "1.0.0"
--app-version "2.0.0"
2 changes: 1 addition & 1 deletion jpackage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit b263b5d

Please sign in to comment.