Skip to content

Commit

Permalink
Merge pull request #28 from MadhukaHarith92/main
Browse files Browse the repository at this point in the history
Bump minor version and update distribution
  • Loading branch information
kaneeldias authored Aug 11, 2023
2 parents d3b00a6 + 210526a commit 41c4840
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
org = "ballerina"
name = "toml"
version = "0.4.0"
version = "0.5.0"
authors = ["Ballerina"]
keywords = ["toml"]
repository = "https:/ballerina-platform/module-ballerina-toml"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"
12 changes: 6 additions & 6 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"

[[package]]
org = "ballerina"
name = "file"
version = "1.8.0"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -24,7 +24,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.7.0"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -80,7 +80,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -91,7 +91,7 @@ modules = [
[[package]]
org = "ballerina"
name = "toml"
version = "0.4.0"
version = "0.5.0"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ keywords = ["toml"]
repository = "https:/ballerina-platform/module-ballerina-toml"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=0.4.1-SNAPSHOT
version=0.5.0-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796

#stdlib dependencies
stdlibIoVersion=1.5.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibFileVersion=1.8.0
stdlibOsVersion=1.7.0
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibFileVersion=1.9.0-20230811-093200-875a787
stdlibOsVersion=1.8.0-20230810-161400-624a2aa

#stdlib transitive dependencies
stdlibTimeVersion=2.3.0
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

0 comments on commit 41c4840

Please sign in to comment.