Skip to content

Commit

Permalink
ver: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
24rr committed Sep 21, 2024
1 parent 8b24076 commit 70ba464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-termcolor"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["buffer"]
description = "A light-weight terminal coloring library for Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
rusty-termcolor = "0.1.5"
rusty-termcolor = "0.1.6"
```

## Features
Expand Down

0 comments on commit 70ba464

Please sign in to comment.