Skip to content

Commit 96a4c1a

Browse files
authored
Merge pull request #54 from ledhed2222/bump
bump to 2.7.2
2 parents 7e4d3fd + f494cba commit 96a4c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.ledhed2222</groupId>
66
<artifactId>EWItool</artifactId>
7-
<version>2.7.1</version>
7+
<version>2.7.2</version>
88
<name>EWItool</name>
99
<url>https://github.com/ledhed2222/EWItool</url>
1010

src/main/java/com/github/ledhed2222/ewitool/UiMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public class UiMain extends Application {
3939

4040
static final String APP_NAME = "EWItool";
41-
static final String APP_VERSION = "2.7.1";
41+
static final String APP_VERSION = "2.7.2";
4242
static final int COPYRIGHT_YEAR = 2025;
4343
static final String RELEASE_STATUS = "Production";
4444
static final String LEAD_AUTHOR = "S.Merrony & ledhed2222";

0 commit comments

Comments
 (0)