Skip to content

Commit 800522b

Browse files
committed
tag 0.2.8
Previously, 0.2.7 was missing all the changes between 0.2.2 and 0.2.6. This new tag includes all previous changes. Signed-off-by: Sean Cross <[email protected]>
1 parent b265238 commit 800522b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn parse_message(message: &[u8]) -> Result<MidiMessage, MidiError> {
7979

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

0 commit comments

Comments
 (0)