From 6bbbdb45fdda796843b9165681bd99250ca741d3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 8 Nov 2024 04:39:33 +0000 Subject: [PATCH] [Release cds 1.1.0] Prepare for next dev cycle --- cds/Ballerina.toml | 2 +- cds/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cds/Ballerina.toml b/cds/Ballerina.toml index 9a68134..1f58ce3 100644 --- a/cds/Ballerina.toml +++ b/cds/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "health.fhir.cds" -version = "1.1.0" +version = "1.1.1" distribution = "2201.10.2" authors = ["Ballerina"] keywords = ["Healthcare", "FHIR", "CDS", "CRD"] diff --git a/cds/Dependencies.toml b/cds/Dependencies.toml index abad1be..e259d50 100644 --- a/cds/Dependencies.toml +++ b/cds/Dependencies.toml @@ -327,7 +327,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "health.fhir.cds" -version = "1.1.0" +version = "1.1.1" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "http"},