From 9874e3b49747bb059a75502dfc030b63a5f5e030 Mon Sep 17 00:00:00 2001 From: zabackary <137591653+zabackary@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:37:00 +0900 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"