Skip to content

Commit

Permalink
Merge pull request #87 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Update the native jar versions
  • Loading branch information
NipunaMadhushan authored Jan 18, 2024
2 parents 8a83060 + 755b38d commit acc5a8e
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,15 +1,15 @@
[package]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.1"
distribution = "2201.8.0"
export = ["observe", "observe.mockextension" ]

[platform.java17]
graalvmCompatible = true

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

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit acc5a8e

Please sign in to comment.