diff --git a/Cargo.lock b/Cargo.lock index 74cbb02..98f8a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "bb" -version = "0.4.0" +version = "0.4.1" dependencies = [ "cassowary 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 79c763d..79f9f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb" -version = "0.4.0" +version = "0.4.1" authors = ["Manos Pitsidianakis "] license = "GPL-3.0-or-later" readme = "README.md"