diff --git a/Cargo.lock b/Cargo.lock index 2b450ed..815bf16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ledcat" -version = "0.1.4" +version = "0.1.5" dependencies = [ "assert_cli 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3c479a6..9f1a85b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ledcat" description = "Control lots of LED's over lots of protocols" -version = "0.1.4" +version = "0.1.5" repository = "https://github.com/polyfloyd/ledcat" authors = ["polyfloyd "] readme = "README.md"