Skip to content

Commit

Permalink
Change todo, bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Aug 13, 2019
1 parent 4a239aa commit 7651317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ instance.
Some ideas for further developing the simulator.

* RAM/ROM import/export for Verilog format and Intel HEX.
* Triggers for pausing simulation on certain events.
* Scripting language for writing testbenches. (Maybe Lua?)
* Framebuffer element with character/bitmap display.
* More editing capability: adding and removing blocks, modifying some of blocks' properties.
* Undo-redo capability.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitaljs",
"version": "0.4.0",
"version": "0.5.0",
"description": "Digital logic simulator",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7651317

Please # to comment.