diff --git a/package-lock.json b/package-lock.json index 030a904a..d99c89e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fqm-execution", - "version": "1.0.0-rc.2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fqm-execution", - "version": "1.0.0-rc.2", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@types/fhir": "0.0.34", diff --git a/package.json b/package.json index 61ba487a..37f8ffac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fqm-execution", - "version": "1.0.0-rc.2", + "version": "1.0.0", "description": "FHIR Quality Measure Execution", "main": "build/index.js", "types": "build/index.d.ts",