diff --git a/OpenBCI_GUI/Info.plist.tmpl b/OpenBCI_GUI/Info.plist.tmpl index 4599da95a..e814301d7 100644 --- a/OpenBCI_GUI/Info.plist.tmpl +++ b/OpenBCI_GUI/Info.plist.tmpl @@ -23,16 +23,16 @@ CFBundleShortVersionString 4 CFBundleVersion - 5.0.3-beta.0 + 5.0.3 CFBundleSignature ???? NSHumanReadableCopyright MIT License - Copyright © 2020 OpenBCI + Copyright © 2021 OpenBCI CFBundleGetInfoString - December 2020 + January 2021 @@jvm_runtime@@ diff --git a/OpenBCI_GUI/OpenBCI_GUI.pde b/OpenBCI_GUI/OpenBCI_GUI.pde index 51c9bd5fe..880cb5327 100644 --- a/OpenBCI_GUI/OpenBCI_GUI.pde +++ b/OpenBCI_GUI/OpenBCI_GUI.pde @@ -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";