Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
developersu committed Nov 6, 2020
1 parent 953dcb5 commit 9a42e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>NS-USBloader</name>

<artifactId>ns-usbloader</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.5-SNAPSHOT</version>

<url>https://github.com/developersu/ns-usbloader/</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/nsusbloader/NSLMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class NSLMain extends Application {

public static final String appVersion = "v4.4";
public static final String appVersion = "v4.5";
public static boolean isCli;

@Override
Expand Down

0 comments on commit 9a42e42

Please sign in to comment.