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"