diff --git a/package-lock.json b/package-lock.json index 2eb35b6..6db166a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@laboratoria/curriculum-parser", - "version": "5.3.0", + "version": "6.0.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@laboratoria/curriculum-parser", - "version": "5.3.0", + "version": "6.0.0-alpha.0", "license": "MIT", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index 912cf6a..2459160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@laboratoria/curriculum-parser", - "version": "5.3.0", + "version": "6.0.0-alpha.0", "description": "Command line tool used to parse projects, topics, exercises, etc, written in markdown @Laboratoria", "license": "MIT", "type": "module",