Release version 2.1.0 and add MIDI broadcasting and handling

Updated `build.gradle.kts` to finalize version 2.1.0. Introduced `Broadcaster` and `Midi` classes for MIDI message broadcasting, synchronization, and handling. Added support for MIDI input/output devices with state management and message processing capabilities.
This commit is contained in:
2025-06-06 19:55:44 +02:00
parent e6b7c9b288
commit 770607d5e6
3 changed files with 271 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ plugins {
}
group = "nl.astraeus"
version = "2.1.0-SNAPSHOT"
version = "2.1.0"
repositories {
mavenCentral()