Skip to content

Commit

Permalink
GitWave Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
introfog committed Nov 5, 2024
1 parent 76859a2 commit 1f9654f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>com.github.introfog</groupId>
<artifactId>gitwave</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<name>GitWave</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.github.introfog.gitwave.model;

public final class AppConstants {
public static final String VERSION = "1.1-SNAPSHOT";
public static final String VERSION = "1.1";
public static final String LINK_TO_GIT_CONTRIBUTING_FILE = "https://github.com/introfog/GitWave/blob/master/CONTRIBUTING.md";
public static final String LINK_TO_GIT_REPO = "https://github.com/introfog/GitWave";
public static final String LINK_TO_GIT_RELEASES = "https://github.com/introfog/GitWave/releases";
Expand Down
Binary file modified tools/GitWave.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/GitWaveExecutor/GitWaveExecutor/GitWaveExecutor.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "com.github.introfog"
VALUE "FileDescription", "GitWave"
VALUE "FileVersion", "1.0.0.0"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "GitWave.exe"
VALUE "LegalCopyright", "2023-2024 Dmitry Chubrick"
VALUE "OriginalFilename", "GitWave.exe"
VALUE "ProductName", "GitWave"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 1f9654f

Please sign in to comment.