Skip to content

Commit

Permalink
bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 6, 2019
1 parent c8a7b32 commit 1c9b0f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ to create your own branch and merge `wasm` branch into your branch by `git merge

Development is managed in [GitHub Projects][].

- Merge upstream
- 'small' (or larger) features support (currently only 'tiny' features are supported)
- Use WebAssembly's multi-threads support with [Atomic instructions][wasm-atomic-insn]
instead of [JavaScript Atomics API][js-atomics-api]
- ~~Render `<canvas/>` in worker thread using [Offscreen Canvas][]~~ Currently not
available. Please read [notes](./wasm/README.md).
- Mouse support
- Persistent `.vimrc`
- Packaging vim.wasm as npm package or ES Modules as Web Component
- Packaging vim.wasm as Web Component

## Special Thanks

Expand Down
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.4"
"vim-wasm": "^0.0.5"
},
"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.4",
"version": "0.0.5",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand Down

0 comments on commit 1c9b0f1

Please sign in to comment.