File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/github/introfog/gitwave/model
GitWaveExecutor/GitWaveExecutor Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.introfog</groupId >
8
8
<artifactId >gitwave</artifactId >
9
- <version >1.1-SNAPSHOT </version >
9
+ <version >1.1</version >
10
10
<name >GitWave</name >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 17
17
package com .github .introfog .gitwave .model ;
18
18
19
19
public final class AppConstants {
20
- public static final String VERSION = "1.1-SNAPSHOT " ;
20
+ public static final String VERSION = "1.1" ;
21
21
public static final String LINK_TO_GIT_CONTRIBUTING_FILE = "https://github.com/introfog/GitWave/blob/master/CONTRIBUTING.md" ;
22
22
public static final String LINK_TO_GIT_REPO = "https://github.com/introfog/GitWave" ;
23
23
public static final String LINK_TO_GIT_RELEASES = "https://github.com/introfog/GitWave/releases" ;
Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ BEGIN
89
89
BEGIN
90
90
VALUE "CompanyName", "com.github.introfog"
91
91
VALUE "FileDescription", "GitWave"
92
- VALUE "FileVersion", "1.0 .0.0"
92
+ VALUE "FileVersion", "1.1 .0.0"
93
93
VALUE "InternalName", "GitWave.exe"
94
94
VALUE "LegalCopyright", "2023-2024 Dmitry Chubrick"
95
95
VALUE "OriginalFilename", "GitWave.exe"
96
96
VALUE "ProductName", "GitWave"
97
- VALUE "ProductVersion", "1.0 .0.0"
97
+ VALUE "ProductVersion", "1.1 .0.0"
98
98
END
99
99
END
100
100
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments