File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/github/ledhed2222/ewitool Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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
9393 </plugins >
9494 </build >
9595
96- </project >
96+ </project >
Original file line number Diff line number Diff line change 3838public 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" ;
You can’t perform that action at this time.
0 commit comments