Skip to content

Commit a83527f

Browse files
committed
Update changelog and bump to version 5.1.1-alpha.3
1 parent 1311886 commit a83527f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
### Improvements
99
- Update to BrainFlow 5.6.1
1010
- Add feature to connect to Ganglion using Native Bluetooth #1080
11+
- Refactor the creation and playback of OpenBCI GUI CSV files #1119
1112

1213

1314
# 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.2";
65-
String localGUIVersionDate = "February 2023";
64+
String localGUIVersionString = "v5.1.1-alpha.3";
65+
String localGUIVersionDate = "May 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;

0 commit comments

Comments
 (0)