From 58d261d57c20d7348b219c7bfc986122308081b1 Mon Sep 17 00:00:00 2001 From: Andreas Zankl Date: Sun, 15 Nov 2020 11:23:03 +1100 Subject: [PATCH] updated version number --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39bb661..eebaa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OntoClick", - "version": "1.0.1", + "version": "1.0.2", "description": "Turn a free text description into a proper ontology term.", "author": "grimbonious ", "license": "GPL-3.0", diff --git a/src/manifest.json b/src/manifest.json index c792b79..3312d11 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "OntoClick", "description": "Turn your clinical description into a proper ontology term.", - "version": "1.0.1", + "version": "1.0.2", "background": { "scripts": ["static/js/background.js"] },