From 9b27cbf3d23e84e8191cd6a28d4190b1d95b8ea8 Mon Sep 17 00:00:00 2001 From: Lorenzo Lamas Date: Fri, 13 Sep 2019 18:25:39 -0300 Subject: [PATCH] Bumping to 1.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index da3f1fb..39bc801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nlp-hub-v4", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4347b92..104cd42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlp-hub-v4", - "version": "1.0.4", + "version": "1.0.5", "description": "The hub for natural language processing (nlp) engines. Fork (https://github.com/marcelofelman/nlp-hub.git)", "main": "dist/index.js", "types": "dist/index.d.ts",