From 3bbe523a4a57fb33c24dc8ff790810cf583f6e70 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Wed, 7 Aug 2024 21:23:00 +0200 Subject: [PATCH] 0.1.3 --- Changes | 5 +---- META6.json | 2 +- README.md | 4 ++-- lib/Math/Random.rakumod | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index add8b37..994f96d 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,5 @@ Revision history for Math::Random {{$NEXT}} -0.1.2 2024-08-07T20:52:39+02:00 - - Correct original contributor name - -0.1.1 2024-08-07T16:24:32+02:00 +0.1.3 2024-08-07T21:22:53+02:00 - Initial version in Raku Community Modules diff --git a/META6.json b/META6.json index 0a1abc5..9870834 100755 --- a/META6.json +++ b/META6.json @@ -26,5 +26,5 @@ ], "test-depends": [ ], - "version": "0.1.2" + "version": "0.1.3" } diff --git a/README.md b/README.md index 43044c1..eec4024 100755 --- a/README.md +++ b/README.md @@ -125,14 +125,14 @@ TODO AUTHORS ======= - * Tae Lim Koo + * +merlan #flirora * Raku Community COPYRIGHT AND LICENSE ===================== -Copyright 2015 - 2017 Tae Lim Koo +Copyright 2015 - 2017 +merlan #flirora Copyright 2024 Raku Commuity diff --git a/lib/Math/Random.rakumod b/lib/Math/Random.rakumod index bff4181..68e88a3 100755 --- a/lib/Math/Random.rakumod +++ b/lib/Math/Random.rakumod @@ -185,12 +185,12 @@ on the Mersenne Twister generator. =head1 AUTHORS -=item Tae Lim Koo +=item +merlan #flirora =item Raku Community =head1 COPYRIGHT AND LICENSE -Copyright 2015 - 2017 Tae Lim Koo +Copyright 2015 - 2017 +merlan #flirora Copyright 2024 Raku Commuity