Skip to content

Commit 39599ac

Browse files
committed
Release beta.1 with updated HUB
1 parent 2edd10b commit 39599ac

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# v4.1.3
2-
Use OpenBCIHub v2.0.8 please.
2+
Use OpenBCIHub v2.0.9 please.
3+
4+
## Beta 1
5+
6+
### Bug Fixes
7+
* Fix BLED112 Impedance check in HUB by allowing 2 seconds for command/success
38

49
## Beta 0
510

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>4</string>
2525
<key>CFBundleVersion</key>
26-
<string>4.1.3-beta.0</string>
26+
<string>4.1.3-beta.1</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>NSHumanReadableCopyright</key>

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import gifAnimation.*;
5555
// Global Variables & Instances
5656
//------------------------------------------------------------------------
5757
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
58-
String localGUIVersionString = "v4.1.3-beta.0";
58+
String localGUIVersionString = "v4.1.3-beta.1";
5959
String localGUIVersionDate = "June 2019";
6060
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6161
Boolean guiVersionCheckHasOccured = false;

0 commit comments

Comments
 (0)