Skip to content

Commit dfe7c6f

Browse files
committed
0.5.1
1 parent f66340d commit dfe7c6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "dlphn"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Todd Treece <[email protected]>"]
5-
description = "a humble sensor data logger."
5+
description = "a humble sensor data logger with a bundled react UI."
66
homepage = "https://github.com/toddtreece/dlphn-rs"
77
repository = "https://github.com/toddtreece/dlphn-rs"
8-
keywords = ["data", "logger", "iot"]
8+
keywords = ["data", "logger", "iot", "react"]
99
readme = "README.md"
1010
license = "MIT"
1111
edition = "2018"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OUT = ./target
2-
VERSION = 0.5.0
2+
VERSION = 0.5.1
33

44
WIN := x86_64-pc-windows-gnu
55
LINUX := armv7-unknown-linux-gnueabihf arm-unknown-linux-gnueabihf x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)