Skip to content

Commit 049fa4e

Browse files
authored
Merge pull request #8 from ledhed2222/add-coremidi4j
add coremidi4j requirement for macos
2 parents 7897c7a + a9237e6 commit 049fa4e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.idea/EWItool.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dependencies {
3333
// https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api
3434
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2.4'
3535

36+
// https://search.maven.org/artifact/uk.co.xfactory-librarians/coremidi4j/1.4/jar
37+
implementation group: 'uk.co.xfactory-librarians', name: 'coremidi4j', version: '1.4'
38+
3639
// Use JUnit test framework
3740
testImplementation 'junit:junit:4.13'
3841
}

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

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

4141
static final String APP_NAME = "EWItool";
42-
static final double APP_VERSION = 2.2;
42+
static final String APP_VERSION = "2.2.1";
4343
static final int COPYRIGHT_YEAR = 2020;
4444
static final String RELEASE_STATUS = "Production";
4545
static final String LEAD_AUTHOR = "S.Merrony & ledhed2222";

0 commit comments

Comments
 (0)