Skip to content

Commit da9f662

Browse files
committed
version update: 0.3.1
1 parent b24d775 commit da9f662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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+"

src/me/drton/flightplot/FlightPlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)