Skip to content

Commit

Permalink
Prepare for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
murfffi committed May 23, 2021
1 parent ef5d63b commit 09509e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- https://central.sonatype.org/pages/choosing-your-coordinates.html -->
<groupId>io.github.murfffi</groupId>
<artifactId>zebra4j</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<name>zebra4j</name>
<url>https://github.com/murfffi/zebra4j</url>
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/zebra4j/AbstractPuzzleGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public abstract class AbstractPuzzleGenerator<P> implements Supplier<P> {
* Tip: one can generate several puzzles quickly with a parallel stream:
*
* <pre>
* Stream.generate.parallel.
* Stream.generate.parallel
* </pre>
*
* @return a new puzzle generated from the seed solution and randomness source;
* each generated puzzle is different and has a minimal set of facts
Expand Down

0 comments on commit 09509e5

Please sign in to comment.