From 302793ece657cdcdbc5fd3abcc3cc54af33f41dd Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Wed, 26 Jul 2023 14:05:53 +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 c84f7e1..c502abf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "h2.driver" -version = "1.1.0" +version = "1.0.0" authors = ["Ballerina"] keywords = ["H2"] repository = "https://github.com/ballerina-platform/module-ballerinax-h2.driver" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 69ced8f..bb8be24 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.7.0" [[package]] org = "ballerinax" name = "h2.driver" -version = "1.1.0" +version = "1.0.0" modules = [ {org = "ballerinax", packageName = "h2.driver", moduleName = "h2.driver"} ]