Skip to content

Commit 78eff9d

Browse files
committed
Update version to v6.0.0-alpha.1 and update changelog
1 parent 254a705 commit 78eff9d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Improvements
44
- Update repository to Processing 4.2 #1111
5+
- Add Software Marker Widget #1091
56

67
# v5.2.1
78

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 © 2023 OpenBCI
3333
</string>
3434
<key>CFBundleGetInfoString</key>
35-
<string>July 2023</string>
35+
<string>August 2023</string>
3636
<!-- End of the set that can be customized -->
3737

3838
<key>JVMRuntime</key>

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.0";
66-
String localGUIVersionDate = "July 2023";
65+
String localGUIVersionString = "v6.0.0-alpha.1";
66+
String localGUIVersionDate = "August 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)