Skip to content

Commit

Permalink
Update version to v6.0.0-alpha.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Aug 15, 2023
1 parent 254a705 commit 78eff9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Improvements
- Update repository to Processing 4.2 #1111
- Add Software Marker Widget #1091

# v5.2.1

Expand Down
2 changes: 1 addition & 1 deletion OpenBCI_GUI/Info.plist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Copyright © 2023 OpenBCI
</string>
<key>CFBundleGetInfoString</key>
<string>July 2023</string>
<string>August 2023</string>
<!-- End of the set that can be customized -->

<key>JVMRuntime</key>
Expand Down
4 changes: 2 additions & 2 deletions OpenBCI_GUI/OpenBCI_GUI.pde
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
// Global Variables & Instances
//------------------------------------------------------------------------
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
String localGUIVersionString = "v6.0.0-alpha.0";
String localGUIVersionDate = "July 2023";
String localGUIVersionString = "v6.0.0-alpha.1";
String localGUIVersionDate = "August 2023";
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
Boolean guiIsUpToDate;
Expand Down

0 comments on commit 78eff9d

Please sign in to comment.