Skip to content

Commit

Permalink
Update changelog and bump version to 5.0.3-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jan 23, 2021
1 parent 1de7334 commit f462b4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# v5.0.3

### Improvements
* Increase sampling rate for Pulse data output in Networking Widget

### Bug Fixes
* Fix Pulse LSL output error #943
* Fix Accel/Aux UDP output #944
* Fix Expert Mode unplanned keyboard shortcuts crash GUI #941

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 @@ -23,7 +23,7 @@
<key>CFBundleShortVersionString</key>
<string>4</string>
<key>CFBundleVersion</key>
<string>5.0.3-alpha.2</string>
<string>5.0.3-alpha.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHumanReadableCopyright</key>
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 @@ -64,7 +64,7 @@ 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-alpha.2";
String localGUIVersionString = "v5.0.3-alpha.3";
String localGUIVersionDate = "January 2020";
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 f462b4c

Please sign in to comment.