diff --git a/Cargo.lock b/Cargo.lock index 36a6fee..56283f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "daktronics-allsport-5000" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bytes", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 8a7121c..b92ebe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daktronics-allsport-5000" -version = "0.2.1" +version = "0.2.2" authors = ["zabackary"] description = "A Rust implementation of decoders for the Daktronics All Sport 5000's serial output" license = "MIT"