From 80d8c266bbd63197d47bf50fb53528b878eaa2f1 Mon Sep 17 00:00:00 2001 From: kennytm Date: Thu, 1 Jan 2015 22:56:05 +0800 Subject: [PATCH] Bump version to update metadata. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1690d97..89a9570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qrcode" description = "QR code encoder in Rust" license = "Apache-2.0" -version = "0.0.3" +version = "0.1.0" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust"