Skip to content

Commit 680d179

Browse files
committed
tag v0.2.9
Signed-off-by: Sean Cross <[email protected]>
1 parent e18fc31 commit 680d179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miditran"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fn parse_message(message: &[u8]) -> Result<MidiMessage, MidiError> {
7676

7777
fn main() {
7878
let matches = App::new("Midi Perform")
79-
.version("0.2.8")
79+
.version("0.2.9")
8080
.author("Sean Cross <[email protected]>")
8181
.about("Accepts MIDI controller data and simulates keyboard presses")
8282
.arg(

0 commit comments

Comments
 (0)