Skip to content

Commit c2c35b5

Browse files
committed
Update changelog and bump version to 5.1.1-alpha.2
1 parent 420332d commit c2c35b5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Fix LSL AvgBandPower data type only one value is sent #1098
66

77
### Improvements
8-
- Update to BrainFlow 5.5.0
9-
- Add feature to connect to Ganglion using Native Bluetooth [#1080](https://github.com/OpenBCI/OpenBCI_GUI/issues/1080)
8+
- Update to BrainFlow 5.6.1
9+
- Add feature to connect to Ganglion using Native Bluetooth #1080
1010

1111

1212
# v5.1.0

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ import http.requests.*;
6161
// Global Variables & Instances
6262
//------------------------------------------------------------------------
6363
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
64-
String localGUIVersionString = "v5.1.1-alpha.1";
65-
String localGUIVersionDate = "January 2023";
64+
String localGUIVersionString = "v5.1.1-alpha.2";
65+
String localGUIVersionDate = "February 2023";
6666
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6767
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6868
Boolean guiIsUpToDate;
152 KB
Binary file not shown.

0 commit comments

Comments
 (0)