diff --git a/Changes b/Changes index df72e44..a9fa3e8 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ Revision history for Algorithm::LCS {{$NEXT}} + +0.1.1 2024-08-10T17:01:29+02:00 - Initial version as a Raku Community Module diff --git a/META6.json b/META6.json index 0cb2caf..027d503 100644 --- a/META6.json +++ b/META6.json @@ -17,12 +17,12 @@ }, "resources": [ ], - "source-url": "https://github.com/hoelzro/p6-algorithm-lcs.git", + "source-url": "https://github.com/raku-community-modules/Algorithm-LCS.git", "tags": [ "ALGORITHM", "LCS" ], "test-depends": [ ], - "version": "0.1.0" + "version": "0.1.1" } diff --git a/README.md b/README.md index 853b13c..6fa8fc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions Status](https://github.com/hoelzro/p6-algorithm-lcs/actions/workflows/linux.yml/badge.svg)](https://github.com/hoelzro/p6-algorithm-lcs/actions) [![Actions Status](https://github.com/hoelzro/p6-algorithm-lcs/actions/workflows/macos.yml/badge.svg)](https://github.com/hoelzro/p6-algorithm-lcs/actions) [![Actions Status](https://github.com/hoelzro/p6-algorithm-lcs/actions/workflows/windows.yml/badge.svg)](https://github.com/hoelzro/p6-algorithm-lcs/actions) +[![Actions Status](https://github.com/raku-community-modules/Algorithm-LCS/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/Algorithm-LCS/actions) [![Actions Status](https://github.com/raku-community-modules/Algorithm-LCS/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/Algorithm-LCS/actions) [![Actions Status](https://github.com/raku-community-modules/Algorithm-LCS/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/Algorithm-LCS/actions) NAME ====