Skip to content

Commit

Permalink
Increase version number to 1.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
berniejenny committed Apr 3, 2018
1 parent 43464ad commit b323571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
identifier="ika.mapanalyst"
mainclassname="${main.class}"
icon="mac/appicon.icns"
shortversion="1.3.30"
shortversion="1.3.31"
copyright="© Bernhard Jenny, 2005–2018"
applicationCategory="public.app-category.graphics-design">
<classpath file="${dist.jar}" />
Expand Down
2 changes: 1 addition & 1 deletion src/ika/mapanalyst/ApplicationInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static String getApplicationName() {
* @return The version of this application.
*/
public static String getApplicationVersion() {
return "1.3.30";
return "1.3.31";
}

/**
Expand Down
1 change: 1 addition & 0 deletions src/ika/mapanalyst/DistortionGrid.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public String toString() {
}
}

@Override
public void analyzeMap() throws MapAnalyzerException {

final MultiquadricInterpolation multiQuad = params.getMultiquadricInterpolation();
Expand Down

0 comments on commit b323571

Please sign in to comment.