We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e4d3fd + f494cba commit 96a4c1aCopy full SHA for 96a4c1a
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.github.ledhed2222</groupId>
6
<artifactId>EWItool</artifactId>
7
- <version>2.7.1</version>
+ <version>2.7.2</version>
8
<name>EWItool</name>
9
<url>https://github.com/ledhed2222/EWItool</url>
10
src/main/java/com/github/ledhed2222/ewitool/UiMain.java
@@ -38,7 +38,7 @@
38
public class UiMain extends Application {
39
40
static final String APP_NAME = "EWItool";
41
- static final String APP_VERSION = "2.7.1";
+ static final String APP_VERSION = "2.7.2";
42
static final int COPYRIGHT_YEAR = 2025;
43
static final String RELEASE_STATUS = "Production";
44
static final String LEAD_AUTHOR = "S.Merrony & ledhed2222";
0 commit comments