diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
commit | b13735b40024ccc704a4c343b2985165a3bc66f4 (patch) | |
tree | a814196fe4c154f886ba0c6a9ba4348c9268b849 /tests/files/package.json | |
parent | b383ff0b96a1cf3df0b56f13b8d303ae4d4977ad (diff) | |
download | go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.gz go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.zst go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.zip |
updated tests
Diffstat (limited to 'tests/files/package.json')
-rw-r--r-- | tests/files/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/package.json b/tests/files/package.json index 6b1446756..beadb63bc 100644 --- a/tests/files/package.json +++ b/tests/files/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-tests", - "version": "0.0.3", + "version": "0.0.5", "description": "tests for ethereum", "main": "index.js", "scripts": { |