From 9ac0b4b02288715da3309ee35ee49d7a7df36054 Mon Sep 17 00:00:00 2001 From: Erwan Vivien Date: Tue, 12 Mar 2024 09:36:55 +0100 Subject: [PATCH] feat: 0.12.1 adds more options to Wasm package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f93dd09..ca9ac29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_qr" -version = "0.12.0" +version = "0.12.1" authors = ["erwan.vivien "] edition = "2021" description = "Generates optimized QRCode"