Skip to content

Commit

Permalink
bump up version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 17, 2019
1 parent 9a86411 commit 92c8215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io)",
"license": "Vim",
"dependencies": {
"vim-wasm": "^0.0.8"
"vim-wasm": "^0.0.9"
},
"devDependencies": {
"http-server": "^0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-wasm",
"version": "0.0.8",
"version": "0.0.9",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand Down

0 comments on commit 92c8215

Please sign in to comment.