From 462f1d7c03ddbcf4d1062f59bab2a9377f8a42d3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 26 Jul 2019 21:37:40 +0100 Subject: Added authors --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a65fd82..56be7a5 100644 --- a/README.md +++ b/README.md @@ -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 + - Alexis Roda (https://github.com/patxoca) + -- cgit v1.2.3 From 12b94cec43b00be6c48c865602c642927ad55f86 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 26 Jul 2019 21:58:33 +0100 Subject: Smaller GIF --- demo-vim.gif | Bin 6208401 -> 1407647 bytes z80count.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-vim.gif b/demo-vim.gif index 3e8ae3a..bea6dc2 100644 Binary files a/demo-vim.gif and b/demo-vim.gif differ 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 -- cgit v1.2.3