Skip to content

Commit

Permalink
Bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Jul 1, 2017
1 parent 7916138 commit e3e3111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ToDo
* Migrate all GUI from swing to JavaFX
* Write all documentation in docbook format

xxxx-xx-xx
2017-07-01
* Clear previously selected items before adding new ones
* Multiple dispatch emulation by using visitor pattern & default
method in the interfaces:
Expand Down Expand Up @@ -31,6 +31,7 @@ xxxx-xx-xx
* Change some access level modifiers to package-private/private
* -h option shows avaliable options
* Use the precalculated width for the components in the right toolbar
* Other improvements

2017-06-10 Robert Antoni Buj Gelonch <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.freerouting</groupId>
<artifactId>freeroute</artifactId>
<version>1.4.4-alpha</version>
<version>1.4.4</version>
<packaging>jar</packaging>

<name>freeroute</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/freerouting/freeroute/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class MainApp extends Application {
/**
* Change this string when creating a new version
*/
private static final String VERSION_NUMBER_STRING = "1.4.4-alpha";
private static final String VERSION_NUMBER_STRING = "1.4.4";
private static final Logger LOGGER = Logger.getLogger(MainAppController.class.getName());
private static final TestLevel DEBUG_LEVEL = TestLevel.CRITICAL_DEBUGGING_OUTPUT;

Expand Down

0 comments on commit e3e3111

Please sign in to comment.