Skip to content

Commit

Permalink
Prepare next release version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutionsoft authored and evolutionsoft committed Dec 24, 2022
1 parent 76ce092 commit f82dddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ You need a more or less recent Java SE Runtime Environment to run the released p

For a quick start you can unzip the release version (without subdirectory, but directly all three files) in a folder where you've already got one or more csv's from pokernow.club.

Execute from the directory with containing 'handhistory-converter-0.2.4-jar-with-dependencies.jar' and the two properties files:
Execute from the directory with containing 'handhistory-converter-0.2.5-jar-with-dependencies.jar' and the two properties files:

```
java -jar handhistory-converter-0.2.4-jar-with-dependencies.jar
java -jar handhistory-converter-0.2.5-jar-with-dependencies.jar
```

The csv files from pokernow.club in the directory should then get converted.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.evolutionsoft.poker.pokernow</groupId>
<artifactId>handhistory-converter</artifactId>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit f82dddd

Please sign in to comment.