From 85c1b0f1dcc82b0c73353ebba009ba37772e49fe Mon Sep 17 00:00:00 2001 From: Alex Charlton Date: Sat, 25 Feb 2023 18:21:18 -0800 Subject: [PATCH] Version 1.0.0 --- Cargo.toml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b8a930..4241beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "midi-m8" description = "Turn Dirtywave M8 songs into Midi tracks" -version = "0.1.0" +version = "1.0.0" edition = "2021" repository = "https://github.com/AlexCharlton/midi-m8" license = "MIT" diff --git a/readme.md b/readme.md index f23b111..b44cf64 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A command line tool for turning Dirtywave M8 songs into Midi tracks. [![Crates.io](https://img.shields.io/crates/v/midi-m8)](https://crates.io/crates/midi-m8) [![CI](https://github.com/AlexCharlton/midi-m8/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexCharlton/midi-m8/actions/workflows/ci.yml) ## Installation -Precompiled 64 bit binaries for Linux and Windows can be found in the [Releases](https://github.com/AlexCharlton/midi-m8/releases). Download them and run them from the command line. +Precompiled 64 bit binaries for Linux, Windows and OS X can be found in the [Releases](https://github.com/AlexCharlton/midi-m8/releases/latest). Download them and run them from the command line. To compile your own version: