Skip to content

Commit

Permalink
0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Aug 8, 2022
1 parent 18d9501 commit a48d46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/emnapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi",
"version": "0.19.1",
"version": "0.19.2",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-runtime",
"version": "0.19.1",
"version": "0.19.2",
"description": "emnapi runtime",
"main": "index.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"transform": "@tybys/ts-transform-define",
"defines": {
"NULL": 0,
"__VERSION__": "\"0.19.1\""
"__VERSION__": "\"0.19.2\""
}
}
]
Expand Down

0 comments on commit a48d46a

Please sign in to comment.