Skip to content

Commit

Permalink
chore: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Jan 21, 2024
1 parent 9ea6858 commit 883215d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add `embedded-cli` and necessary crates to your app:

```toml
[dependencies]
embedded-cli = "0.1.0"
embedded-cli = "0.1.1"
embedded-io = "0.6.1"
ufmt = "0.2.0"
```
Expand Down
2 changes: 1 addition & 1 deletion embedded-cli-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-cli-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Macros for embedded-cli lib
Expand Down
2 changes: 1 addition & 1 deletion embedded-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
CLI with autocompletion, help and history for embedded systems (like Arduino or STM32)
Expand Down

0 comments on commit 883215d

Please sign in to comment.