Skip to content

Commit

Permalink
Netshot 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Apr 11, 2019
1 parent 40ea7ab commit 2039814
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dist/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ or contact us at netshot@netfishers.onl.

RELEASE HISTORY:

0.12.6 - 2019-04-11

* Fix an error which might happen while updating diagnostic results
* Add the debug checkbox option on diagnostic tasks
* Minor UI improvements

0.12.5 - 2019-03-24

* Fix a couple of bugs on the "Changes over the last days" chart
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>onl.netfishers.netshot</groupId>
<artifactId>netshot</artifactId>
<version>0.12.5</version>
<version>0.12.6</version>
<name>Netshot</name>
<build>
<finalName>netshot</finalName>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/onl/netfishers/netshot/Netshot.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class Netshot extends Thread {

/** Netshot version. */
public static final String VERSION = "0.12.5";
public static final String VERSION = "0.12.6";

/** The list of configuration files to look at, in sequence. */
private static final String[] CONFIG_FILENAMES = new String[] {
Expand Down

0 comments on commit 2039814

Please sign in to comment.