diff --git a/package-lock.json b/package-lock.json index 8a643f3..182cfba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "propresenter-parser", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "propresenter-parser", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.5.0", diff --git a/package.json b/package.json index a49b050..1fd4813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "propresenter-parser", - "version": "1.0.2", + "version": "1.0.3", "description": "Parses ProPresenter 4, 5, and 6 files to extract the data, and can build ProPresenter 5 and 6 files", "author": { "name": "Chris Barr",