diff options
author | Alexis Roda <alexis.roda.villalonga@gmail.com> | 2019-07-26 23:23:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 23:23:33 +0200 |
commit | 3556d259a249135c326fc518100b00829f8f8815 (patch) | |
tree | 618e66dd43d53c640bf9dc2a9e79c9c8d1d12f6b | |
parent | 9747ffb9dd71dbd7179052d9f4f6c80e45b36ec5 (diff) | |
parent | 12b94cec43b00be6c48c865602c642927ad55f86 (diff) | |
download | z80count-3556d259a249135c326fc518100b00829f8f8815.tar.gz z80count-3556d259a249135c326fc518100b00829f8f8815.zip |
Merge pull request #1 from reidrac/master
Sync to reidrac/z80count
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | demo-vim.gif | bin | 6208401 -> 1407647 bytes | |||
-rwxr-xr-x | z80count.py | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -140,3 +140,8 @@ Use `-d` flag if you think one instruction is not correctly parsed. Feel free to open a PR if you find a bug! +## Authors + + - Juan J. Martinez <jjm@usebox.net> + - Alexis Roda (https://github.com/patxoca) + diff --git a/demo-vim.gif b/demo-vim.gif Binary files differindex 3e8ae3a..bea6dc2 100644 --- a/demo-vim.gif +++ b/demo-vim.gif diff --git a/z80count.py b/z80count.py index a12143c..11f7e42 100755 --- a/z80count.py +++ b/z80count.py @@ -21,7 +21,7 @@ # THE SOFTWARE. # -__version__ = "0.4.2" +__version__ = "0.5.0" import json import sys |