Skip to content

Commit

Permalink
bump 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 23, 2020
1 parent 7396b03 commit f2a1bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://user-images.githubusercontent.com/6550035/87839388-7f2f4f80-c84f-11ea-8e12-75641fb6d386.png">

<a href="https://github.com/schollz/miti/releases/latest"><img src="https://img.shields.io/badge/version-v0.5.2-brightgreen.svg?style=flat-square" alt="Version"></a>
<a href="https://github.com/schollz/miti/releases/latest"><img src="https://img.shields.io/badge/version-v0.5.4-brightgreen.svg?style=flat-square" alt="Version"></a>

*miti* is a *musical instrument textual interface*. Basically, its MIDI, but textual.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
flag.StringVar(&flagRecord, "record", "", "record input to miti file")
flag.StringVar(&flagFile, "play", "", "play sequence from miti file")
if Version == "" {
Version = "v0.5.2-3192bb5"
Version = "v0.5.4-7396b03"
}
}

Expand Down

0 comments on commit f2a1bd4

Please sign in to comment.