Skip to content

Commit 4f49d12

Browse files
authored
v0.2.0 (#22)
1 parent eabbe4b commit 4f49d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uplift-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Dylan Owen <dyltotheo@gmail.com>"]
55
description = "A cli tool to control a bluetooth enabled uplift desk"
66
readme = "Readme.md"
@@ -30,4 +30,4 @@ uuid = "1.2"
3030
clap = { version = "3.2", features = ["derive", "env"] }
3131

3232
# Error handling
33-
anyhow = "1.0"
33+
anyhow = "1.0"

0 commit comments

Comments
 (0)