From 1e66f45f3aba0b60085e2781951f96c4b2aaacb6 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 19 Dec 2022 14:18:29 -0500 Subject: [PATCH] chore: bump version to 0.8.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cea2ab2b..e2e56a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bento_public", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bento_public", - "version": "0.8.0", + "version": "0.8.1", "license": "LGPL-3.0-only", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/package.json b/package.json index e604ee04..ec414511 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento_public", - "version": "0.8.0", + "version": "0.8.1", "description": "A publicly accessible portal for clinical datasets, where users are able to see high-level statistics of the data available through predefined variables of interest and search the data using limited variables at a time. This portal allows users to gain a generic understanding of the data available (secure and firewalled) without the need to access it directly. Initially, this portal facilitates the search in English language only, but the French language will be added at a later time.", "main": "index.js", "scripts": {