From a111776032af667fb03af042f8f2fc7fff818463 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 31 Dec 2022 15:01:31 -0600 Subject: [PATCH] v0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da0b1f7..76c6802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.1.1" +version = "0.1.2" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing"