diff --git a/Cargo.lock b/Cargo.lock index 7e52703..f68ddc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "dlphn" -version = "0.5.0" +version = "0.5.1" dependencies = [ "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index df1c031..0bfa41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "dlphn" -version = "0.5.0" +version = "0.5.1" authors = ["Todd Treece "] -description = "a humble sensor data logger." +description = "a humble sensor data logger with a bundled react UI." homepage = "https://github.com/toddtreece/dlphn-rs" repository = "https://github.com/toddtreece/dlphn-rs" -keywords = ["data", "logger", "iot"] +keywords = ["data", "logger", "iot", "react"] readme = "README.md" license = "MIT" edition = "2018" diff --git a/Makefile b/Makefile index f015354..63d14eb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OUT = ./target -VERSION = 0.5.0 +VERSION = 0.5.1 WIN := x86_64-pc-windows-gnu LINUX := armv7-unknown-linux-gnueabihf arm-unknown-linux-gnueabihf x86_64-unknown-linux-gnu