From 90a8f4c4bfa1dcbff8987b83b93468673dae8fbb Mon Sep 17 00:00:00 2001 From: Erwan Vivien Date: Mon, 9 Oct 2023 20:55:09 +0200 Subject: [PATCH] chore: update fast_qr version 0.10.3 --- Cargo.toml | 2 +- pkg/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f80a878..5dc9103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_qr" -version = "0.10.2" +version = "0.10.3" authors = ["erwan.vivien "] edition = "2021" description = "Generates optimized QRCode" diff --git a/pkg/package.json b/pkg/package.json index 38d89b4..4885775 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -4,7 +4,7 @@ "erwan.vivien " ], "description": "Generates optimized QRCode", - "version": "0.9.0", + "version": "0.10.3", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", @@ -26,4 +26,4 @@ "qrcode-generator", "qr-gen" ] -} +} \ No newline at end of file