diff --git a/package-lock.json b/package-lock.json index 18866bc..96baf12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@laboratoria/curriculum-parser", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@laboratoria/curriculum-parser", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@laboratoria/models": "^1.10.0", diff --git a/package.json b/package.json index 7d867ea..c802930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@laboratoria/curriculum-parser", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "bin": { "curriculum-parser": "index.js" @@ -30,4 +30,4 @@ "eslint-plugin-import": "^2.23.4", "jest": "^27.2.4" } -} \ No newline at end of file +}