diff --git a/package.json b/package.json index 3f40e60..cda7c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cql", - "version": "0.7.5", + "version": "0.7.6", "displayName": "Clinical Quality Language (CQL)", "description": "Syntax highlighting, linting, and execution for the HL7 Clinical Quality Language (CQL) for VS Code", "publisher": "cqframework", @@ -123,7 +123,7 @@ "cql-language-server": { "groupId": "org.opencds.cqf.cql.ls", "artifactId": "cql-ls-service", - "version": "3.4.0" + "version": "3.5.0" } }, "devDependencies": { @@ -162,4 +162,4 @@ "tabWidth": 2, "arrowParens": "avoid" } -} \ No newline at end of file +}