Skip to content

Commit 2e42a59

Browse files
authored
Merge pull request #41 from ledhed2222/fix
include jdk
2 parents dd146d9 + 03795bc commit 2e42a59

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"bin": {"EWItool-2-4-3": "jdeploy-bundle/jdeploy.js"},
2+
"bin": {"EWItool-2-4-4": "jdeploy-bundle/jdeploy.js"},
33
"author": "ledhed2222",
44
"description": "Synth editor for Akai EWI 4000s",
55
"main": "index.js",
66
"preferGlobal": true,
77
"repository": "https://github.com/ledhed2222/EWItool",
8-
"version": "2.4.3",
8+
"version": "2.4.4",
99
"jdeploy": {
10-
"jdk": false,
10+
"jdk": true,
1111
"javaVersion": "17",
12-
"jar": "target/EWItool-2.4.3.jar",
12+
"jar": "target/EWItool-2.4.4.jar",
1313
"javafx": true,
1414
"title": "EWItool"
1515
},

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.github.ledhed2222</groupId>
1111
<artifactId>EWItool</artifactId>
12-
<version>2.4.3</version>
12+
<version>2.4.4</version>
1313
<name>EWItool</name>
1414
<url>https://github.com/ledhed2222/EWItool</url>
1515

@@ -93,4 +93,4 @@
9393
</plugins>
9494
</build>
9595

96-
</project>
96+
</project>

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.4.3";
41+
static final String APP_VERSION = "2.4.4";
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)