From f434ecc311ab2aef075009e522f171a73b92e288 Mon Sep 17 00:00:00 2001 From: niveathika Date: Thu, 6 Jun 2024 08:41:45 +0000 Subject: [PATCH] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0ed51a3..bae21b9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "niveathika" name = "pluralize" -version = "1.0.0" +version = "1.0.1" authors = ["Niveathika"] keywords = ["Plural", "Pluralize", "Singular", "Singularize"] repository = "https://github.com/ballerina-platform/module-niveathika-pluralize" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index eb8942f..5160752 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -95,7 +95,7 @@ modules = [ [[package]] org = "niveathika" name = "pluralize" -version = "1.0.0" +version = "1.0.1" dependencies = [ {org = "ballerina", name = "lang.regexp"}, {org = "ballerina", name = "test"},