From 3054200e61073829a9202a4dc596eb22ad98cc66 Mon Sep 17 00:00:00 2001 From: MadhukaHarith Date: Thu, 3 Aug 2023 14:45:08 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a3dfcde..dcaf039 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "soap" -version = "0.1.0" +version = "0.2.0" authors = ["Ballerina"] keywords = ["soap"] repository = "https://github.com/ballerina-platform/module-ballerina-soap" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 075fbf5..382d86d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -270,7 +270,7 @@ dependencies = [ [[package]] org = "ballerina" name = "soap" -version = "0.1.0" +version = "0.2.0" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "lang.xml"},