diff --git a/data.json b/data.json new file mode 100644 index 0000000..01d906e --- /dev/null +++ b/data.json @@ -0,0 +1,2 @@ +{"url": "https://github.com/antonmedv/fx","transactions": [{"xid": 1, "message": "Fx is awesome"}]} + diff --git a/package.json b/package.json index c07eba5..53b8bb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fx", - "version": "1.0.4", + "version": "1.1.0", "description": "Command-line JSON processing tool", "repository": "antonmedv/fx", "author": "Anton Medvedev ",