Skip to content

Commit

Permalink
Merge pull request #38 from ballerina-platform/release-0.5.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.5.1 release
  • Loading branch information
NipunaRanasinghe authored Mar 6, 2024
2 parents 0fbc265 + a433503 commit 6b62cbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "ballerina"
name = "yaml"
version = "0.5.0"
version = "0.5.1"
authors = ["Ballerina"]
keywords = ["yaml"]
repository = "https://github.com/ballerina-platform/module-ballerina-yaml"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "yaml"
version = "0.5.0"
version = "0.5.1"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=0.5.1-SNAPSHOT
version=0.5.2-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -19,5 +19,5 @@ stdlibFileVersion=1.9.0
#stdlib transitive dependencies
stdlibOsVersion=1.8.0
stdlibTimeVersion=2.4.0
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit 6b62cbb

Please sign in to comment.