From 97305abe9604a62b3ef17317670fc2c1583e0351 Mon Sep 17 00:00:00 2001 From: Teon L Brooks Date: Tue, 4 Feb 2020 17:48:06 +0100 Subject: [PATCH] 0.10.2 --- 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 462796fb..42aefb34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "BrainWaves", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76860cba..df9e2b4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "BrainWaves", "productName": "BrainWaves", - "version": "0.10.1", + "version": "0.10.2", "description": "EEG Experiment Desktop Application", "scripts": { "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",