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