diff --git a/package-lock.json b/package-lock.json index 42e8f2a1..c947f90f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cql-execution", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cql-execution", - "version": "3.0.1", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@lhncbc/ucum-lhc": "^4.1.3", diff --git a/package.json b/package.json index f3dcaf05..b82faf1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cql-execution", - "version": "3.0.1", + "version": "3.1.0", "description": "An execution framework for the Clinical Quality Language (CQL)", "keywords": [ "CQL", @@ -121,4 +121,4 @@ "test:plus": "npm test && npm run build && npm run lint && npm run prettier" }, "license": "Apache-2.0" -} \ No newline at end of file +}