Skip to content

Commit

Permalink
Merge pull request #1522 from projecttacoma/release_v4.1.1
Browse files Browse the repository at this point in the history
Release v4.1.1 version upgrade
  • Loading branch information
adongare committed Sep 11, 2020
2 parents 590fc62 + 81c432a commit 5dd722e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/views/home/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
</section>
<section class="row">
<div class="col-md-6 section-heading">
<h1 class="section-heading">Current <span class="version-num">Version 4.0</span></h1>
<p>The version 4.0 release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model</p>
<h1 class="section-heading">Current <span class="version-num">Version <%=Bonnie::Version.current%></span></h1>
<p>The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model</p>
</div>
<div class="col-md-6">
<h1 class="section-heading">Capabilities<span class="version-num"> v4.0</span></h1>
<h1 class="section-heading">Capabilities<span class="version-num"> v<%=Bonnie::Version.current%></span></h1>
<ul class="list-cap">
<li>Composite Measure Support</li>
<li>Hybrid Measure Support</li>
Expand Down
2 changes: 1 addition & 1 deletion config/bonnie.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaults: &defaults
version: 4.0.2
version: 4.1.1
enable_logging: true
enable_rationale: true
check_crosswalk: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5dd722e

Please sign in to comment.