From ed7951ab624e8748e8158c37f29816b0a7796016 Mon Sep 17 00:00:00 2001 From: Jasper Bryant-Greene Date: Sun, 28 Jul 2019 09:14:26 +0100 Subject: [PATCH] Bumped crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f42551..641024f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qrcode" description = "QR code encoder in Rust" license = "MIT / Apache-2.0" -version = "0.10.1" +version = "0.11.0" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust"