From e3f5d9fa18326a29c9578b4ad635ff70bf49483d Mon Sep 17 00:00:00 2001 From: Lupo Montero Date: Thu, 30 Sep 2021 10:20:19 -0500 Subject: [PATCH] Bump to 3.0.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}