diff --git a/Cargo.toml b/Cargo.toml index 1da7328..c4fb70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.2.10" +version = "0.2.11" edition = "2021" description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)" repository = "https://github.com/rxing-core/rxing-wasm" @@ -25,7 +25,7 @@ js-sys = "0.3.69" # code size when deploying. console_error_panic_hook = { version = "0.1.6", optional = true } -rxing = {version = "~0.6.0", default-features = false, features = ["wasm_support"]} +rxing = {version = "~0.6.1", default-features = false, features = ["wasm_support"]} #rxing = {path="../rxing", version = "~0.2.23", default-features = false, features = ["wasm_support"]} [dev-dependencies] diff --git a/examples/webpack+js/index.html b/examples/webpack+js/index.html index a64fdfd..6586961 100644 --- a/examples/webpack+js/index.html +++ b/examples/webpack+js/index.html @@ -69,4 +69,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 cc5e0d6..b345def 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.10" + "rxing-wasm": "0.2.11" } }