diff --git a/Cargo.lock b/Cargo.lock index 95315b9..b5feb1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2515,7 +2515,7 @@ dependencies = [ [[package]] name = "theremotion" -version = "1.1.1-dev" +version = "1.2.0" dependencies = [ "anyhow", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 9f9659a..ef39255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theremotion" -version = "1.1.1-dev" +version = "1.2.0" authors = ["Pierre Lulé "] edition = "2021" rust-version = "1.60"