Skip to content

Commit

Permalink
Merge pull request #949 from retiutut/session_settings_fix_jan2021
Browse files Browse the repository at this point in the history
Bump version to 5.0.3 - jan 2021
  • Loading branch information
retiutut authored Jan 29, 2021
2 parents 0b8b64c + 637e9b1 commit c85460a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions OpenBCI_GUI/Info.plist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
<key>CFBundleShortVersionString</key>
<string>4</string>
<key>CFBundleVersion</key>
<string>5.0.3-beta.0</string>
<string>5.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
<string>MIT License

Copyright © 2020 OpenBCI
Copyright © 2021 OpenBCI
</string>
<key>CFBundleGetInfoString</key>
<string>December 2020</string>
<string>January 2021</string>
<!-- End of the set that can be customized -->

@@jvm_runtime@@
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 @@ -64,8 +64,8 @@ import http.requests.*;
// Global Variables & Instances
//------------------------------------------------------------------------
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
String localGUIVersionString = "v5.0.3-beta.0";
String localGUIVersionDate = "January 2020";
String localGUIVersionString = "v5.0.3";
String localGUIVersionDate = "January 2021";
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";

Expand Down

0 comments on commit c85460a

Please sign in to comment.