File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v5.1.1
2+
3+ ### Bug Fixes
4+
5+ ### Improvements
6+ * Update to BrainFlow 5.0.1
7+
18# v5.1.0
29
310### Bug Fixes
Original file line number Diff line number Diff line change 2323 <key>CFBundleShortVersionString</key>
2424 <string>5</string>
2525 <key>CFBundleVersion</key>
26- <string>5.1.0 </string>
26+ <string>5.1.1 </string>
2727 <key>CFBundleSignature</key>
2828 <string>????</string>
2929 <key>NSHumanReadableCopyright</key>
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ import http.requests.*;
6060// Global Variables & Instances
6161// ------------------------------------------------------------------------
6262// Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
63- String localGUIVersionString = " v5.1.0" ;
64- String localGUIVersionDate = " May 2022" ;
63+ String localGUIVersionString = " v5.1.1-alpha. 0" ;
64+ String localGUIVersionDate = " July 2022" ;
6565String guiLatestVersionGithubAPI = " https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest" ;
6666String guiLatestReleaseLocation = " https://github.com/OpenBCI/OpenBCI_GUI/releases/latest" ;
6767Boolean guiIsUpToDate;
You can’t perform that action at this time.
0 commit comments