Skip to content

Commit

Permalink
0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Dec 14, 2022
1 parent c47aab9 commit 6231ddf
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
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi",
"version": "0.21.0",
"version": "0.21.1",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-runtime",
"version": "0.21.0",
"version": "0.21.1",
"description": "emnapi runtime",
"main": "index.js",
"module": "./dist/emnapi.esm-bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/tsconfig.json
Expand Up @@ -25,7 +25,7 @@
"transform": "@tybys/ts-transform-define",
"defines": {
"NULL": 0,
"__VERSION__": "\"0.21.0\""
"__VERSION__": "\"0.21.1\""
}
}
]
Expand Down

0 comments on commit 6231ddf

Please sign in to comment.