diff --git a/Cargo.toml b/Cargo.toml index 37f3d3d..ad81416 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinify-rs" -version = "1.4.0" +version = "1.4.1" edition = "2021" description = "A Rust client for the Tinify API" authors = ["The tinify-rs Developers"] diff --git a/README.md b/README.md index 2f6ccfa..c237a08 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ Install the API client with Cargo. Add this to `Cargo.toml`: ```toml [dependencies] -tinify-rs = "1.4.0" +tinify-rs = "1.4.1" ``` Using async client ```toml [dependencies] -tinify-rs = { version = "1.4.0", features = ["async"] } +tinify-rs = { version = "1.4.1", features = ["async"] } ``` ## Usage