From 81c432ae5b169b57da8e9230b8fbd8c399dd7795 Mon Sep 17 00:00:00 2001 From: Ashok Dongare Date: Fri, 11 Sep 2020 14:49:24 -0400 Subject: [PATCH] Release v4.1.1 version upgrade --- app/views/home/show.html.erb | 6 +++--- config/bonnie.yml | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/home/show.html.erb b/app/views/home/show.html.erb index 09c1d1c03..ded12ba97 100644 --- a/app/views/home/show.html.erb +++ b/app/views/home/show.html.erb @@ -55,11 +55,11 @@
-

Current Version 4.0

-

The version 4.0 release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model

+

Current Version <%=Bonnie::Version.current%>

+

The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model

-

Capabilities v4.0

+

Capabilities v<%=Bonnie::Version.current%>

  • Composite Measure Support
  • Hybrid Measure Support
  • diff --git a/config/bonnie.yml b/config/bonnie.yml index 1dc394a95..73ae78c58 100644 --- a/config/bonnie.yml +++ b/config/bonnie.yml @@ -1,5 +1,5 @@ defaults: &defaults - version: 4.0.2 + version: 4.1.1 enable_logging: true enable_rationale: true check_crosswalk: false diff --git a/package.json b/package.json index 53535cbb0..0daa762bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bonnie", - "version": "4.0.2", + "version": "4.1.1", "description": "A tool for testing electronic clinical quality measures", "main": "index.js", "repository": "git@github.com:projecttacoma/bonnie.git",