Skip to content

Commit

Permalink
Merge pull request #44 from ballerina-platform/release-1.3.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.3.0 release
  • Loading branch information
RDPerera committed Sep 6, 2024
2 parents 3944a7f + 882cc54 commit 9c8dd4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240814-095500-9d14866a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
12 changes: 6 additions & 6 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=1.3.0-SNAPSHOT
version=1.3.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -9,15 +9,15 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.3

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0

#stdlib dependencies
stdlibIoVersion=1.6.1
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibLogVersion=2.10.0
stdlibFileVersion=1.10.0

#stdlib transitive dependencies
stdlibOsVersion=1.8.0
stdlibTimeVersion=2.4.0
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 9c8dd4a

Please sign in to comment.