From 0121a5132b7cf8e30c2db84159f7afaf6ad6204a Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Fri, 3 May 2024 17:13:06 +0530 Subject: [PATCH] Update Ballerina.toml files --- ballerina/Ballerina.toml | 4 ++-- testobserve/ballerina/Ballerina.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 97b5a6b..ad9bde3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,11 +1,11 @@ [package] org = "ballerinai" name = "observe" -version = "1.2.1" +version = "1.2.2" distribution = "2201.8.0" [platform.java17] graalvmCompatible = true [[platform.java17.dependency]] -path = "../native/build/libs/observe-internal-native-1.2.1.jar" +path = "../native/build/libs/observe-internal-native-1.2.2-SNAPSHOT.jar" diff --git a/testobserve/ballerina/Ballerina.toml b/testobserve/ballerina/Ballerina.toml index b68ccef..5d16652 100644 --- a/testobserve/ballerina/Ballerina.toml +++ b/testobserve/ballerina/Ballerina.toml @@ -4,4 +4,4 @@ name = "testobserve" version = "0.0.0" [[platform.java17.dependency]] -path = "../native/build/libs/testobserve-native-1.2.1-SNAPSHOT-all.jar" +path = "../native/build/libs/testobserve-native-1.2.2-SNAPSHOT-all.jar"