Skip to content

Commit

Permalink
Release 2.2 with a performance update and library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
grunka committed Feb 17, 2024
1 parent 81cf9d6 commit fc1470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add it as a maven dependency
<dependency>
<groupId>com.grunka.random.fortuna</groupId>
<artifactId>fortuna</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.grunka.random.fortuna</groupId>
<artifactId>fortuna</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>

<name>Fortuna</name>
<description>An implementation of the Fortuna RNG</description>
Expand Down

0 comments on commit fc1470f

Please sign in to comment.