From dbcc25fd99cec508bec7b6831cf499ef4265a340 Mon Sep 17 00:00:00 2001 From: Ajai-Suvendran Date: Wed, 5 Feb 2025 15:11:24 +0530 Subject: [PATCH] Update release version in dependencies files --- swiftmt/Ballerina.toml | 2 +- swiftmt/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swiftmt/Ballerina.toml b/swiftmt/Ballerina.toml index c2e1b56..82a4575 100644 --- a/swiftmt/Ballerina.toml +++ b/swiftmt/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "financial.swift.mt" -version = "1.0.3" +version = "2.0.0" distribution = "2201.10.1" authors=["Ballerina"] keywords=["Financial", "SWIFT MT"] diff --git a/swiftmt/Dependencies.toml b/swiftmt/Dependencies.toml index 37c405e..9b86fdd 100644 --- a/swiftmt/Dependencies.toml +++ b/swiftmt/Dependencies.toml @@ -49,7 +49,7 @@ modules = [ [[package]] org = "ballerinax" name = "financial.swift.mt" -version = "1.0.3" +version = "2.0.0" dependencies = [ {org = "ballerina", name = "data.xmldata"}, {org = "ballerina", name = "jballerina.java"},