Skip to content

Commit

Permalink
Merge pull request #8 from ledhed2222/add-coremidi4j
Browse files Browse the repository at this point in the history
add coremidi4j requirement for macos
  • Loading branch information
ledhed2222 authored Sep 15, 2020
2 parents 7897c7a + a9237e6 commit 049fa4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .idea/EWItool.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ dependencies {
// https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2.4'

// https://search.maven.org/artifact/uk.co.xfactory-librarians/coremidi4j/1.4/jar
implementation group: 'uk.co.xfactory-librarians', name: 'coremidi4j', version: '1.4'

// Use JUnit test framework
testImplementation 'junit:junit:4.13'
}
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 @@ -39,7 +39,7 @@
public class UiMain extends Application {

static final String APP_NAME = "EWItool";
static final double APP_VERSION = 2.2;
static final String APP_VERSION = "2.2.1";
static final int COPYRIGHT_YEAR = 2020;
static final String RELEASE_STATUS = "Production";
static final String LEAD_AUTHOR = "S.Merrony & ledhed2222";
Expand Down

0 comments on commit 049fa4e

Please sign in to comment.