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+ # v6.0.0
2+
3+ ### Improvements
4+ - Update repository to Processing 4.2 #1111
5+
16# v5.2.1
27
38### Improvements
Original file line number Diff line number Diff line change 2121
2222 <!-- Customize this set as you wish -->
2323 <key>CFBundleShortVersionString</key>
24- <string>5 </string>
24+ <string>6 </string>
2525 <key>CFBundleVersion</key>
26- <string>5 .2.1 </string>
26+ <string>6 .0.0 </string>
2727 <key>CFBundleSignature</key>
2828 <string>????</string>
2929 <key>NSHumanReadableCopyright</key>
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ 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 = " v5.2.1 " ;
65+ String localGUIVersionString = " v6.0.0-alpha.0 " ;
6666String localGUIVersionDate = " July 2023" ;
6767String guiLatestVersionGithubAPI = " https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest" ;
6868String guiLatestReleaseLocation = " https://github.com/OpenBCI/OpenBCI_GUI/releases/latest" ;
You can’t perform that action at this time.
0 commit comments