Skip to content

Commit

Permalink
Merge pull request #78 from kaneeldias/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias authored Aug 10, 2023
2 parents c5b380a + 1bba5c0 commit c08e28c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
org = "ballerina"
name = "observe"
version = "1.1.0"
distribution = "2201.7.0"
version = "1.2.0"
distribution = "2201.8.0"
export = ["observe", "observe.mockextension" ]

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/observe-native-1.1.0.jar"
path = "../native/build/libs/observe-native-1.2.0-SNAPSHOT.jar"
groupId = "ballerina"
artifactId = "observe"

Expand Down
4 changes: 2 additions & 2 deletions 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.7.0"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"

[[package]]
org = "ballerina"
Expand All @@ -18,7 +18,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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 @@ -2,7 +2,7 @@
org = "ballerina"
name = "observe"
version = "@toml.version@"
distribution = "2201.7.0"
distribution = "2201.8.0"
export = ["observe", "observe.mockextension" ]

[platform.java17]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

org.gradle.caching=true
group=io.ballerina.stdlib
version=1.1.1-SNAPSHOT
version=1.2.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit c08e28c

Please sign in to comment.