Skip to content

Commit 1f1d26c

Browse files
committed
Updated readme and version in pom.xml
1 parent 4cb4dc8 commit 1f1d26c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ and jump where it is necessary in a quick and graphical way.
99

1010
# Usage
1111

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-
2012
```
2113
edebugger-<VERSION>-SNAPSHOT.jar <OPTIONS>
2214
Options category 'mandatory':

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.nandgr.debugger</groupId>
88
<artifactId>ethereum-graph-debugger</artifactId>
9-
<version>0.0.5-SNAPSHOT</version>
9+
<version>1.0.2-SNAPSHOT</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)