Skip to content

Commit

Permalink
Merge pull request #105 from NipunaMadhushan/update-2201.9.x
Browse files Browse the repository at this point in the history
Update Ballerina.toml files
  • Loading branch information
NipunaMadhushan authored May 3, 2024
2 parents 6e9d859 + 0121a51 commit 819aa34
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 819aa34

Please sign in to comment.