From f3bd380c03fecbfb4c48d994fbf2134fee5115a6 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 7 Jul 2019 02:02:30 +0800 Subject: [PATCH] Version = 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f86105..63a66f3 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.0" +version = "0.10.1" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust"