Skip to content

Commit

Permalink
Set version 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Jan 16, 2024
1 parent 4560463 commit b2ce1f8
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 78 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ cd mediadeepa
mvn install -DskipTests
```

Build jar will be founded on `target` directory as `mediadeepa-0.0.26.jar`
Build jar will be founded on `target` directory as `mediadeepa-0.0.27.jar`

And simply run the application with

```bash
java -jar mediadeepa-0.0.26.jar
java -jar mediadeepa-0.0.27.jar
```

Mediadeepa contain embedded help, displayed with the `-h` parameter.

You can set the command line parameters with `java -jar mediadeepa-0.0.26.jar [parameters]`.
You can set the command line parameters with `java -jar mediadeepa-0.0.27.jar [parameters]`.

> Example: `java -jar mediadeepa-0.0.26.jar -h`
> Example: `java -jar mediadeepa-0.0.27.jar -h`
<h2 id="examples">🛫 Examples</h2>

Expand Down
Loading

0 comments on commit b2ce1f8

Please sign in to comment.