Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
undecaf committed Jan 12, 2022
1 parent bc9e1cc commit 8157240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TEST_TS = $(wildcard ./$(TEST)/*.ts)
TEST_JS = $(patsubst ./$(TEST)/%.ts,./$(BUILD)/%.js,$(TEST_TS))
TEST_COVERAGE = ./coverage

EM_VERSION = 3.1.0
EM_VERSION = 3.1.1
EM_OPTS = --rm -w /$(SRC) -v $$PWD:/$(SRC) emscripten/emsdk:$(EM_VERSION)
EM_DOCKER = docker run -u $(shell id -u):$(shell id -g) $(EM_OPTS)
EM_PODMAN = podman run $(EM_OPTS)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@undecaf/zbar-wasm",
"version": "0.9.8",
"version": "0.9.9",
"description": "A WebAssembly build of the C/C++ ZBar barcode reader",
"type": "module",
"main": "./dist/main.cjs",
Expand Down

0 comments on commit 8157240

Please sign in to comment.