Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
After testing stability and making it work more like the default PRNG in Java I'm finally ready for a real stable release! Super proud of myself to be honest :)
  • Loading branch information
KiARC committed Feb 16, 2022
1 parent 1c1fe14 commit ef742fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ tasks.named('jar') {
}

base {
version = '0.1.0-beta'
version = '1.0.0-stable'
archivesName = 'CollatzRand'
}

0 comments on commit ef742fe

Please sign in to comment.