diff --git a/Cargo.lock b/Cargo.lock index 24ab753..3e42f3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,7 +762,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "subbeat" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1717f0e..977e6b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subbeat" -version = "0.0.10" +version = "0.0.11" edition = "2018" license = "MIT OR Apache-2.0"