Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCharlton committed Feb 26, 2023
1 parent 3d45b52 commit 85c1b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 85c1b0f

Please sign in to comment.