Skip to content

Commit

Permalink
Merge pull request #24 from ballerina-platform/release-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Sep 18, 2023
2 parents 40ad74b + 3efeeb0 commit e82b402
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 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 = "math.vector"
version = "1.0.1"
version = "1.0.2"
authors = ["Ballerina"]
keywords = ["math", "vector", "distance"]
repository = "https://github.com/ballerina-platform/module-ballerina-math.vector"
Expand Down
16 changes: 13 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,27 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"
scope = "testOnly"

[[package]]
org = "ballerina"
name = "lang.error"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "math.vector"
version = "1.0.1"
version = "1.0.2"
dependencies = [
{org = "ballerina", name = "test"}
]
Expand All @@ -30,7 +39,8 @@ name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.0.2-SNAPSHOT
version=1.0.3-SNAPSHOT

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0

ballerinaGradlePluginVersion=2.0.1
testngVersion=7.6.1
Expand Down

0 comments on commit e82b402

Please sign in to comment.