From 5c600a1f0fe488e2907efb324623ba8efc0d516c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 1 Jun 2023 09:46:02 +0000 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 4af4c99..dcb3978 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "toml" -version = "0.2.0" +version = "0.3.0" authors = ["Ballerina"] keywords = ["toml"] repository = "https://github.com/ballerina-platform/module-ballerina-toml" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ebd7bd1..50b9a63 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -81,7 +81,7 @@ modules = [ [[package]] org = "ballerina" name = "toml" -version = "0.2.0" +version = "0.3.0" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"},