diff --git a/alire.toml b/alire.toml index 330eae7..310d8ce 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "emojis" description = "A library to replace names between colons with emojis" -version = "1.0.0" +version = "1.0.1" website = "https://github.com/onox/emojis" licenses = "Apache-2.0" tags = ["emoji", "string", "text", "unicode"] diff --git a/tests/alire.toml b/tests/alire.toml index c7255e8..ec588c4 100644 --- a/tests/alire.toml +++ b/tests/alire.toml @@ -1,6 +1,6 @@ name = "tests" description = "Example showing replacing names between colons with emojis" -version = "1.0.0" +version = "1.0.1" website = "https://github.com/onox/emojis" licenses = "Apache-2.0" tags = ["emoji", "string", "text"]