diff --git a/package-lock.json b/package-lock.json index 5a769ae1..462796fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "BrainWaves", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0633446f..76860cba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "BrainWaves", "productName": "BrainWaves", - "version": "0.10.0", + "version": "0.10.1", "description": "EEG Experiment Desktop Application", "scripts": { "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",