Skip to content

Commit

Permalink
Merge pull request #3 from niveathika/release-1.0.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.1 release
  • Loading branch information
niveathika committed Jun 6, 2024
2 parents 31d2f36 + 31338b3 commit cdaa839
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cdaa839

Please sign in to comment.