Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
README: update version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Feb 1, 2022
1 parent 3b52569 commit 91f30aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ Usage is pretty straightforward:

To run normally (as a GUI application):
```
java -jar raftools-0.6.0.jar
java -jar raftools-0.6.1.jar
```

To run as a CLI application:
```
java -jar raftools-0.6.0.jar -console
java -jar raftools-0.6.1.jar -console
```

### Building

```
$ mvn package
$ java -jar target/raftools-0.6.0.jar
$ java -jar target/raftools-0.6.1.jar
```

### License
Expand Down

0 comments on commit 91f30aa

Please sign in to comment.