diff --git a/Cargo.lock b/Cargo.lock index 9691738..b922a48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "tether-artnet-controller" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "artnet_protocol", diff --git a/Cargo.toml b/Cargo.toml index 098d3b5..388989c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tether-artnet-controller" -version = "0.5.0" +version = "0.5.1" edition = "2021" repository = "https://github.com/RandomStudio/tether-artnet-controller" authors = ["Stephen Buchanan"]