Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Aug 16, 2022
1 parent f04b689 commit e634fee
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,7 +1,7 @@
[package]
org = "nuvindu"
name = "pipe"
version = "0.1.5"
version = "0.1.6"
authors = ["Nuvindu"]
keywords = ["pipe"]
repository = "https://github.com/Nuvindu/module-pipe"
Expand All @@ -10,4 +10,4 @@ distribution = "2201.0.1"
icon = "icon.png"

[[platform.java11.dependency]]
path = "../native/build/libs/pipe-native-0.1.5.jar"
path = "../native/build/libs/pipe-native-0.1.6-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ modules = [
[[package]]
org = "nuvindu"
name = "pipe"
version = "0.1.5"
version = "0.1.6"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down

0 comments on commit e634fee

Please sign in to comment.