From 7f7afa4602cdf5317cc7396db5d2b72dc47def83 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Fri, 1 Dec 2023 10:40:43 -0500 Subject: [PATCH] chore: bump version to 0.17.0 --- 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 c4ac6bac..dec588f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bento_public", - "version": "0.16.2", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bento_public", - "version": "0.16.2", + "version": "0.17.0", "license": "LGPL-3.0-only", "dependencies": { "@ant-design/icons": "^5.2.6", diff --git a/package.json b/package.json index 927aefb5..75766abe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento_public", - "version": "0.16.2", + "version": "0.17.0", "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": {