Skip to content

Commit

Permalink
Update Ballerina.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed May 3, 2024
1 parent eb8798e commit 0121a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion testobserve/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0121a51

Please sign in to comment.