diff --git a/Cargo.toml b/Cargo.toml index 7f9d856..d6c45fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytesize" description = "A utility for human-readable byte count representations" -version = "1.4.0-dev" +version = "1.3.0" authors = ["Hyunsik Choi ", "MrCroxx "] keywords = ["byte", "byte-size", "utility", "human-readable", "format"] categories = ["development-tools", "filesystem"] diff --git a/README.md b/README.md index b63d23e..8199bc9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## ByteSize -[![CI](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml) +[![CI](https://github.com/hyunsik/bytesize/actions/workflows/ci.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/ci.yml) [![Crates.io Version](https://img.shields.io/crates/v/bytesize.svg)](https://crates.io/crates/bytesize) `ByteSize` is a utility for human-readable byte count representations.