Bump version in readme as well

This commit is contained in:
LeopoldArkham 2022-11-16 11:54:47 +01:00
parent b3bc875546
commit fffcfaf583
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "humansize"
version = "2.1.1"
version = "2.1.2"
authors = ["Leopold Arkham <leopold.arkham@gmail.com>"]
edition = "2021"
readme = "README.md"

View file

@ -17,7 +17,7 @@ Add humansize as a dependency to your project's `cargo.toml`:
```toml
[dependencies]
...
humansize = "2.1.1"
humansize = "2.1.2"
```
### ... to easily format a size: