Skip to content

Commit 60d29ad

Browse files
committed
Bump version to 5.1.0-beta.1
1 parent 0d82b7a commit 60d29ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Copyright © 2022 OpenBCI
3333
</string>
3434
<key>CFBundleGetInfoString</key>
35-
<string>March 2022</string>
35+
<string>April 2022</string>
3636
<!-- End of the set that can be customized -->
3737

3838
@@jvm_runtime@@

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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-alpha.10";
63+
String localGUIVersionString = "v5.1.0-beta.1";
6464
String localGUIVersionDate = "April 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";

0 commit comments

Comments
 (0)