Skip to content

Commit 2eeb40f

Browse files
committed
v0.11.1
1 parent 4afb5a9 commit 2eeb40f

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.11.1 (Feb 25, 2020) - Update Customize Screen
2+
- Update the UI for ease of experiment customization
3+
14
# 0.11.0 (Feb 4, 2020) - Fixes error logging
25
- Fix error messaging for authentication with Emotiv in app.
36

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BrainWaves",
33
"productName": "BrainWaves",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"description": "EEG Desktop Application",
66
"main": "./main.prod.js",
77
"author": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BrainWaves",
33
"productName": "BrainWaves",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"description": "EEG Experiment Desktop Application",
66
"scripts": {
77
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",

0 commit comments

Comments
 (0)