Skip to content

Commit e46d149

Browse files
committed
✨ Bump Version
1 parent e22c39a commit e46d149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-utils"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
edition = "2021"
55
authors = ["Nils Wrenger <[email protected]>"]
66
description = "Simple CLI Input and Control Utilities"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use Console Utils in your Rust project, you can add the following dependency
1616

1717
```toml
1818
[dependencies]
19-
console-utils = "1.8.0"
19+
console-utils = "1.8.1"
2020
```
2121

2222
After adding the dependency, you can import the modules you need in your Rust code. For example:

0 commit comments

Comments
 (0)