Skip to content

Commit

Permalink
Merge pull request #39 from ledhed2222/v2.4.3
Browse files Browse the repository at this point in the history
upgrade libraries
  • Loading branch information
ledhed2222 authored Feb 17, 2025
2 parents dfbb1bd + 6e85deb commit 59cb915
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"bin": {"EWItool-2-4-1": "jdeploy-bundle/jdeploy.js"},
"bin": {"EWItool-2-4-3": "jdeploy-bundle/jdeploy.js"},
"author": "ledhed2222",
"description": "Synth editor for Akai EWI 4000s",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/ledhed2222/EWItool",
"version": "2.4.2",
"version": "2.4.3",
"jdeploy": {
"jdk": false,
"javaVersion": "17",
"jar": "target/EWItool-2.4.2.jar",
"javafx": true,
"bundles": ["mac-arm64"],
"title": "EWItool"
},
"dependencies": {
Expand All @@ -21,5 +20,6 @@
"license": "GPL-3.0-or-later",
"name": "EWItool",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"}
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
"homepage": "https://gregweisbrod.com"
}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ledhed2222</groupId>
<artifactId>EWItool</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
<name>EWItool</name>
<url>https://github.com/ledhed2222/EWItool</url>

Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>uk.co.xfactory-librarians</groupId>
<artifactId>coremidi4j</artifactId>
<version>1.4</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/ledhed2222/ewitool/UiMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class UiMain extends Application {

static final String APP_NAME = "EWItool";
static final String APP_VERSION = "2.4.2";
static final String APP_VERSION = "2.4.3";
static final int COPYRIGHT_YEAR = 2025;
static final String RELEASE_STATUS = "Production";
static final String LEAD_AUTHOR = "S.Merrony & ledhed2222";
Expand Down

0 comments on commit 59cb915

Please sign in to comment.