diff --git a/Cargo.lock b/Cargo.lock index a791a2ce..75a89910 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1817,7 +1817,7 @@ dependencies = [ [[package]] name = "octasine" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "arc-swap", @@ -1852,7 +1852,7 @@ dependencies = [ [[package]] name = "octasine-cli" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "clap", @@ -1869,7 +1869,7 @@ dependencies = [ [[package]] name = "octasine-vst2-plugin" -version = "0.8.1" +version = "0.8.2" dependencies = [ "octasine", "vst", diff --git a/README.md b/README.md index 42e78549..07ff3669 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ cd OctaSine * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.1 +git checkout tags/v0.8.2 ``` * Build and install: @@ -97,7 +97,7 @@ git checkout tags/v0.8.1 * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.1 +git checkout tags/v0.8.2 ``` * Build OctaSine: @@ -135,7 +135,7 @@ cd OctaSine * Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.: ```sh -git checkout tags/v0.8.1 +git checkout tags/v0.8.2 ``` * Build the OctaSine plugin: diff --git a/octasine-cli/Cargo.toml b/octasine-cli/Cargo.toml index 68f7e78c..55812197 100644 --- a/octasine-cli/Cargo.toml +++ b/octasine-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine-cli" -version = "0.8.1" +version = "0.8.2" authors = ["Joakim Frostegård "] license = "AGPL-3.0" edition = "2021" @@ -13,7 +13,7 @@ plot = ["plotlib"] wgpu = ["octasine/gui_wgpu", "simplelog"] [dependencies] -octasine = { path = "../octasine", version = "0.8.1", default-features = false } +octasine = { path = "../octasine", version = "0.8.2", default-features = false } anyhow = "1" clap = { version = "4", features = ["derive"] } diff --git a/octasine-vst2-plugin/Cargo.toml b/octasine-vst2-plugin/Cargo.toml index a36b41dd..f35d5722 100644 --- a/octasine-vst2-plugin/Cargo.toml +++ b/octasine-vst2-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine-vst2-plugin" -version = "0.8.1" +version = "0.8.2" authors = ["Joakim Frostegård "] license = "AGPL-3.0" edition = "2021" @@ -15,5 +15,5 @@ glow = ["octasine/gui_glow"] wgpu = ["octasine/gui_wgpu"] [dependencies] -octasine = { path = "../octasine", version = "0.8.1", default-features = false } +octasine = { path = "../octasine", version = "0.8.2", default-features = false } vst = "0.3.0" diff --git a/octasine/Cargo.toml b/octasine/Cargo.toml index 5b187f15..c9df3fbd 100644 --- a/octasine/Cargo.toml +++ b/octasine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octasine" -version = "0.8.1" +version = "0.8.2" authors = ["Joakim Frostegård "] license = "AGPL-3.0" edition = "2021"