Skip to content

Commit c4c79ad

Browse files
committed
Bump version 5.1.1-alpha.0 and add to Changelog
1 parent 9a033c2 commit c4c79ad

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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";
6565
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6666
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6767
Boolean guiIsUpToDate;

0 commit comments

Comments
 (0)