From aa92842bb759d0716de4b19033047586e1d753fc Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 31 Dec 2022 14:44:12 -0600 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ffa3e6..326a67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.1.0" +version = "0.1.1" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"