diff --git a/package-lock.json b/package-lock.json index 74a0873..4b9059b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-hl7", - "version": "3.2.4", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-hl7", - "version": "3.2.4", + "version": "3.3.0", "license": "MIT", "dependencies": { "moment": "2.30.1", diff --git a/package.json b/package.json index 6f98a81..c2ef09d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-hl7", - "version": "3.2.4", + "version": "3.3.0", "description": "simple library for creating and parsing hl7 messages", "main": "lib/index.js", "directories": {