diff --git a/Cargo.lock b/Cargo.lock index 7320cc2..445f13b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "ledcat" -version = "0.1.5" +version = "0.2.0" dependencies = [ "assert_cli", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index fe7b913..62d8197 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.5" +version = "0.2.0" edition = "2021" repository = "https://github.com/polyfloyd/ledcat" authors = ["polyfloyd "]