From 603771ba597eb544157e9fb20b32386f95c7d93a Mon Sep 17 00:00:00 2001 From: Roughsketch Date: Thu, 5 Jan 2023 17:51:08 -0600 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a389216..1315e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imagesize" -version = "0.10.1" +version = "0.11.0" authors = ["Maid Dog "] edition = "2018" description = "Quick probing of image dimensions without loading the entire file." diff --git a/README.md b/README.md index 637d346..2034c49 100644 --- a/README.md +++ b/README.md @@ -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