You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<groupId>org.thejavaguy</groupId>
6
6
<artifactId>rng</artifactId>
7
7
<packaging>jar</packaging>
8
-
<version>0.0.7-SNAPSHOT</version>
8
+
<version>0.1.1-SNAPSHOT</version>
9
9
<name>Random number generators</name>
10
10
<description>Implementation of several (pseudo) random number generators which have better characteristics then Java's built in generator</description>
0 commit comments