From 83a199edd129140d0b570ec33aa3fffbff631126 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Wed, 3 Jan 2024 15:43:54 -0600 Subject: [PATCH] chore: update web example to use v0.2.2 --- examples/webpack+js/index.html | 2 +- examples/webpack+js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/webpack+js/index.html b/examples/webpack+js/index.html index 9884b75..991bc1d 100644 --- a/examples/webpack+js/index.html +++ b/examples/webpack+js/index.html @@ -68,4 +68,4 @@

RXing - Decode Barcodes

- \ No newline at end of file + \ No newline at end of file diff --git a/examples/webpack+js/package.json b/examples/webpack+js/package.json index 03f1d93..f1fdaa5 100644 --- a/examples/webpack+js/package.json +++ b/examples/webpack+js/package.json @@ -20,6 +20,6 @@ "webpack-dev-server": "^4.11.1" }, "dependencies": { - "rxing-wasm": "0.2.1" + "rxing-wasm": "0.2.2" } }