Skip to content

Commit 1f9654f

Browse files
committed
GitWave Release 1.1
1 parent 76859a2 commit 1f9654f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.introfog</groupId>
88
<artifactId>gitwave</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1</version>
1010
<name>GitWave</name>
1111

1212
<properties>

src/main/java/com/github/introfog/gitwave/model/AppConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.github.introfog.gitwave.model;
1818

1919
public final class AppConstants {
20-
public static final String VERSION = "1.1-SNAPSHOT";
20+
public static final String VERSION = "1.1";
2121
public static final String LINK_TO_GIT_CONTRIBUTING_FILE = "https://github.com/introfog/GitWave/blob/master/CONTRIBUTING.md";
2222
public static final String LINK_TO_GIT_REPO = "https://github.com/introfog/GitWave";
2323
public static final String LINK_TO_GIT_RELEASES = "https://github.com/introfog/GitWave/releases";

tools/GitWave.exe

0 Bytes
Binary file not shown.

tools/GitWaveExecutor/GitWaveExecutor/GitWaveExecutor.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ BEGIN
8989
BEGIN
9090
VALUE "CompanyName", "com.github.introfog"
9191
VALUE "FileDescription", "GitWave"
92-
VALUE "FileVersion", "1.0.0.0"
92+
VALUE "FileVersion", "1.1.0.0"
9393
VALUE "InternalName", "GitWave.exe"
9494
VALUE "LegalCopyright", "2023-2024 Dmitry Chubrick"
9595
VALUE "OriginalFilename", "GitWave.exe"
9696
VALUE "ProductName", "GitWave"
97-
VALUE "ProductVersion", "1.0.0.0"
97+
VALUE "ProductVersion", "1.1.0.0"
9898
END
9999
END
100100
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)