Skip to content

Commit bdba68f

Browse files
committed
Bump version
1 parent b49bce2 commit bdba68f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termint"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Martin Slezák (github.com/Martan03)"]
55
description = "Library for colored printing and Terminal User Interfaces"
66
keywords = ["tui", "terminal", "termint", "ansi-codes", "color-printing"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cargo add termint
3636

3737
```toml
3838
[dependencies]
39-
termint = "0.8.0"
39+
termint = "0.8.1"
4040
```
4141

4242
### Features

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! ```toml
3838
//! [dependencies]
39-
//! termint = "0.8.0"
39+
//! termint = "0.8.1"
4040
//! ```
4141
//!
4242
//! ### Features

0 commit comments

Comments
 (0)