Skip to content

Commit

Permalink
bump up version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 29, 2019
1 parent d3b8ebe commit 8911088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wasm/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io)",
"license": "Vim",
"dependencies": {
"vim-wasm": "^0.0.2"
"vim-wasm": "^0.0.4"
}
}
5 changes: 3 additions & 2 deletions wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-wasm",
"version": "0.0.3",
"version": "0.0.4",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand Down Expand Up @@ -45,7 +45,8 @@
"vimwasm.js.map",
"vimwasm.ts",
"vimwasm.d.ts",
"common.d.ts",
"common_types.ts",
"common_types.d.ts",
"pre.js",
"pre.js.map",
"pre.ts",
Expand Down

0 comments on commit 8911088

Please sign in to comment.