From e25c04881e02d597acaaf31ec10472071771a571 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 25 Dec 2020 17:29:07 +0100 Subject: [PATCH] update to v1.0.6 --- 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 05c5fd9..db4c8b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsm-dictionary-neo", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77e73a3..a1f84d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vsm-dictionary-neo", - "version": "1.0.5", + "version": "1.0.6", "description": "Implementation of a VSM-dictionary that uses the Noctua Entity Ontology's (NEO) Solr Web Service to get information about different types of bioentites", "main": "src/DictionaryNeo.js", "scripts": {