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"}, diff --git a/changelog.md b/changelog.md index f7676a7..ce287ec 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.0.1] - 06/06/2024 + ### Changed - Disable restore case functionality by default. diff --git a/gradle.properties b/gradle.properties index 1315242..9ef617c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.caching=true -version=1.0.1-SNAPSHOT +version=1.0.2-SNAPSHOT downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0