Skip to content

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Dec 22, 2022
1 parent b33feec commit 6abeae3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions octasine-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octasine-cli"
version = "0.8.1"
version = "0.8.2"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
license = "AGPL-3.0"
edition = "2021"
Expand All @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions octasine-vst2-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octasine-vst2-plugin"
version = "0.8.1"
version = "0.8.2"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
license = "AGPL-3.0"
edition = "2021"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion octasine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octasine"
version = "0.8.1"
version = "0.8.2"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
license = "AGPL-3.0"
edition = "2021"
Expand Down

0 comments on commit 6abeae3

Please sign in to comment.