From 7ebedd1b4a3c20874372559233acf1b1df6a1d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pereira?= Date: Sat, 28 Dec 2024 11:54:34 -0400 Subject: [PATCH] chore: bump to v1.4.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c237a08..987d45f 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.1" +tinify-rs = "1.4.2" ``` Using async client ```toml [dependencies] -tinify-rs = { version = "1.4.1", features = ["async"] } +tinify-rs = { version = "1.4.2", features = ["async"] } ``` ## Usage