From 52a39b1db15d710ec21ff8ec19e10018bd7630d2 Mon Sep 17 00:00:00 2001 From: James Hallowell <5460955+JamesHallowell@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:27:51 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbae1d0..1f10c7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "cmajor" -description = "" -version = "0.1.0" +description = "Rust bindings for the Cmajor JIT engine." +version = "0.2.0" edition = "2021" +license = "MIT OR Apache-2.0" [dependencies] bincode = "1.3.3" @@ -17,4 +18,4 @@ thiserror = "1.0.48" [dev-dependencies] cpal = "0.15.2" -assert_no_alloc = "1.1.2" \ No newline at end of file +assert_no_alloc = "1.1.2" diff --git a/README.md b/README.md index 2443a45..48d2b44 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -cmajor = "0.1" +cmajor = "0.2" ``` You will also need to [download the Cmajor library](https://github.com/SoundStacks/cmajor/releases) and tell the crate