Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teonbrooks committed Feb 25, 2020
1 parent 4afb5a9 commit 2eeb40f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.11.1 (Feb 25, 2020) - Update Customize Screen
- Update the UI for ease of experiment customization

# 0.11.0 (Feb 4, 2020) - Fixes error logging
- Fix error messaging for authentication with Emotiv in app.

Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.11.0",
"version": "0.11.1",
"description": "EEG Desktop Application",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.11.0",
"version": "0.11.1",
"description": "EEG Experiment Desktop Application",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 2eeb40f

Please sign in to comment.