diff --git a/package-lock.json b/package-lock.json index c4fdf653..6db0a5cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gofsh", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gofsh", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "antlr4": "~4.8.0", diff --git a/package.json b/package.json index 6ada2e65..aebb6ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gofsh", - "version": "2.2.0", + "version": "2.3.0", "description": "GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON to FSH.", "main": "dist/index.js", "scripts": {