Release 0.2.0

This commit is contained in:
Xavier Moffett 2023-09-28 23:27:37 -04:00
parent 7d182d860b
commit cf41d54420
3 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@ Add 'simplebyteunit' to your 'Cargo.toml':
```
[dependencies]
simplebyteunit = "0.1.0"
simplebyteunit = "0.2.0"
```
## Example
@ -26,5 +26,5 @@ println!("{byteunit_var}");
Output:
```
500 KB
500 kB
```