diff --git a/package-lock.json b/package-lock.json index 4c4cc25..708852f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dtd2mysql", - "version": "6.4.3", + "version": "6.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dtd2mysql", - "version": "6.4.3", + "version": "6.4.4", "license": "GPL-3.0", "dependencies": { "adm-zip": "^0.5.10", diff --git a/package.json b/package.json index 795522a..ad5c295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dtd2mysql", - "version": "6.4.3", + "version": "6.4.4", "description": "Command line tool to put the GB rail DTD feed into a MySQL compatible database", "main": "./dist/index.js", "types": "./dist/index.d.ts",