We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134fbb commit daea073Copy full SHA for daea073
1 file changed
OpenBCI_GUI/OpenBCI_GUI.pde
@@ -60,8 +60,8 @@ import http.requests.*;
60
// Global Variables & Instances
61
//------------------------------------------------------------------------
62
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
63
-String localGUIVersionString = "v5.1.0-beta.1";
64
-String localGUIVersionDate = "April 2022";
+String localGUIVersionString = "v5.1.0";
+String localGUIVersionDate = "May 2022";
65
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
66
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
67
Boolean guiIsUpToDate;
0 commit comments