We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb4dc8 commit 1f1d26cCopy full SHA for 1f1d26c
README.md
@@ -9,14 +9,6 @@ and jump where it is necessary in a quick and graphical way.
9
10
# Usage
11
12
-Version 0.0.4 and earlier (this will be removed when 0.0.5 is released):
13
-
14
-```
15
-edebugger-1.0-SNAPSHOT.jar <solidity source file> <node URL> <transaction hash>
16
17
18
-Version 0.0.5 (current snapshot in master):
19
20
```
21
edebugger-<VERSION>-SNAPSHOT.jar <OPTIONS>
22
Options category 'mandatory':
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.nandgr.debugger</groupId>
8
<artifactId>ethereum-graph-debugger</artifactId>
- <version>0.0.5-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<properties>
<java.version>1.8</java.version>
0 commit comments