From 9c1be0043d748c9178ff41936db0358209c78863 Mon Sep 17 00:00:00 2001 From: Andreas Zankl Date: Wed, 28 Oct 2020 18:33:13 +1100 Subject: [PATCH] increased version number --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 9dae9dd..9dd0ead 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.0", + "version": "1.0.1", "background": { "scripts": ["static/js/background.js"] },