File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848
4949 <target name =" flightplot_mac_os_app" description =" Build FlightPlot Mac OS X app" depends =" flightplot" >
5050 <jarbundler dir =" out/production" name =" FlightPlot" mainclass =" me.drton.flightplot.FlightPlot"
51- jar =" out/production/flightplot.jar" version =" 0.3.0 "
51+ jar =" out/production/flightplot.jar" version =" 0.3.1 "
5252 vmoptions =" -Dapple.eawt.quitStrategy=CLOSE_ALL_WINDOWS -Djava.ext.dirs="
5353 stubfile =" lib/universalJavaApplicationStub"
5454 jvmversion =" 1.6+"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public class FlightPlot {
7474 }
7575
7676 private static String appName = "FlightPlot" ;
77- private static String version = "0.3.0 " ;
77+ private static String version = "0.3.1 " ;
7878 private static String appNameAndVersion = appName + " v." + version ;
7979 private static String colorParamPrefix = "Color " ;
8080 private final Preferences preferences ;
You can’t perform that action at this time.
0 commit comments