Bump version

This commit is contained in:
dylni
2021-09-06 15:24:29 -04:00
parent 7315f3d609
commit f71b00ed8c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "os_str_bytes"
version = "4.1.1"
version = "4.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
+2 -2
View File
@@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file:
```toml
[dependencies]
os_str_bytes = "4.1"
os_str_bytes = "4.2"
```
See the [documentation] for available functionality and examples.
@@ -68,7 +68,7 @@ crate's minor version:
```toml
[dependencies]
os_str_bytes = "~4.1"
os_str_bytes = "~4.2"
```
## License