Skip to content

Commit

Permalink
Set version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Aug 3, 2021
1 parent c606e04 commit 5f47e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.gzipper</groupId>
<artifactId>GZipper</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>GZipper</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public final class AboutViewController extends BaseController {

/**
* The name of the image to be displayed in the about view.
* The name of the image to be displayed in the about-view.
*/
private static final String IMG_NAME = "images/icon_256.png";

Expand All @@ -55,12 +55,12 @@ public final class AboutViewController extends BaseController {
/**
* The version of this application.
*/
private static final String APP_VERSION = "1.4.0";
private static final String APP_VERSION = "1.4.1";

/**
* The build date of this application.
* The build date of this application (mm/dd/yyyy).
*/
private static final String APP_BUILD_DATE = "01/17/2021";
private static final String APP_BUILD_DATE = "08/03/2021";

/**
* The author of this application.
Expand Down

0 comments on commit 5f47e9e

Please sign in to comment.