diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..a8641ae --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,13 @@ +@article{MIDI.jl-2019, + doi = {10.21105/joss.01166}, + url = {https://doi.org/10.21105/joss.01166}, + year = {2019}, + month = {mar}, + publisher = {The Open Journal}, + volume = {4}, + number = {35}, + pages = {1166}, + author = {George Datseris and Joel Hobson}, + title = {{MIDI}.jl: Simple and intuitive handling of {MIDI} data.}, + journal = {Journal of Open Source Software} +} diff --git a/Project.toml b/Project.toml index 84a68a3..d7b8303 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MIDI" uuid = "f57c4921-e30c-5f49-b073-3f2f2ada663e" repo = "https://github.com/JuliaMusic/MIDI.jl.git" -version = "1.2.0" +version = "1.2.1" [deps] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"