Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jan 20, 2020
1 parent f66340d commit dfe7c6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "dlphn"
version = "0.5.0"
version = "0.5.1"
authors = ["Todd Treece <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dfe7c6f

Please sign in to comment.