Skip to content

Commit

Permalink
bump version 4.1.7-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Nov 7, 2019
1 parent bc8325e commit 7dd5af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 © 2019 OpenBCI
</string>
<key>CFBundleGetInfoString</key>
<string>October 2019</string>
<string>November 2019</string>
<!-- End of the set that can be customized -->

@@jvm_runtime@@
Expand Down
2 changes: 1 addition & 1 deletion OpenBCI_GUI/OpenBCI_GUI.pde
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import com.sun.jna.Pointer;
//------------------------------------------------------------------------
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
String localGUIVersionString = "v4.1.7-beta.0";
String localGUIVersionDate = "October 2019";
String localGUIVersionDate = "November 2019";
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
Boolean guiVersionCheckHasOccured = false;
DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss.SSS");
Expand Down

0 comments on commit 7dd5af5

Please sign in to comment.