Skip to content

Commit

Permalink
start v0.8.1 development. bump rtmidi-javacpp and javacpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 12, 2024
1 parent 3592d3d commit 850f2cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = 'dev.atsushieno'
version = '0.8.0'
version = '0.8.1'
}

apply from: "${rootDir}/publish-root.gradle"
Expand Down
2 changes: 1 addition & 1 deletion external/rtmidi-javacpp
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ kotlinxSerialization = "1.6.2"
ktor-io = "2.3.7"

mpfilepicker = "3.1.0"
gradle-javacpp = "1.5.9"
gradle-javacpp = "1.5.10"

alsakt = "0.3.5"
rtmidi-javacpp = "0.1.4"
rtmidi-javacpp = "0.1.5"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ include(":input-sample")
include(":player-sample")
include(':ktmidi-ci-tool')

gradle.rootProject { ext.javacppVersion = '1.5.9' }
gradle.rootProject { ext.javacppVersion = '1.5.10' }

0 comments on commit 850f2cf

Please sign in to comment.