Skip to content

Commit

Permalink
chore: bump to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieroner committed May 1, 2024
1 parent 4338c8d commit 5bb1f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bb1f1e

Please sign in to comment.