Skip to content

Commit ecf5fff

Browse files
committed
Update version to v6.0.0-alpha.3
1 parent d6a67a5 commit ecf5fff

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Add Software Marker Widget #1091
66
- Add channel labels for Cyton Digital Channels in GUI CSV files and also label unused channels #1108
77
- Process all data in the background when widgets are closed and sending over Networking stream #1094
8+
- Update to BrainFlow 5.10.0
9+
- Update to GUI Helpers 2.0.0 #1187
810

911
# v5.2.2
1012

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
6262
// Global Variables & Instances
6363
//------------------------------------------------------------------------
6464
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65-
String localGUIVersionString = "v6.0.0-alpha.2";
66-
String localGUIVersionDate = "August 2023";
65+
String localGUIVersionString = "v6.0.0-alpha.3";
66+
String localGUIVersionDate = "September 2023";
6767
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6868
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6969
Boolean guiIsUpToDate;

0 commit comments

Comments
 (0)