Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roughsketch committed Jan 5, 2023
1 parent 6381e48 commit 603771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "imagesize"
version = "0.10.1"
version = "0.11.0"
authors = ["Maid Dog <maiddogsrl@gmail.com>"]
edition = "2018"
description = "Quick probing of image dimensions without loading the entire file."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The goal of this crate is to be able to read the dimensions of a supported image
Add the following to your Cargo.toml:
```toml
[dependencies]
imagesize = "0.10"
imagesize = "0.11"
```

## Supported Image Formats
Expand Down

0 comments on commit 603771b

Please sign in to comment.