Skip to content

Commit 861540f

Browse files
committed
v1.5.1 version label bugfix
Fixes bug where v1.5.1 was labeled as v.1.5.0 in the GUI and output files.
1 parent 30f5548 commit 861540f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AnnoResult.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
obj.missing_lead = num2cell(missing_lead);
133133

134134
% VERSION MANUALLY UPDATED HERE
135-
obj.version = {'1.5.0'};
135+
obj.version = {'1.5.1'};
136136

137137
end
138138
end

braveheart_gui.fig

31 Bytes
Binary file not shown.

braveheart_gui.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function about_help_button_Callback(hObject, eventdata, handles)
411411
{'\fontsize{14}\it\bf \color[rgb]{0.09,0.078,0.377}';...
412412
'BRAVE\color[rgb]{0.89,0.016,0.016}H\fontsize{11}EART';...
413413
'\fontsize{8}\rm\color{black}(Beth Israel Analysis of Vectors of the Heart)';...
414-
'Version 1.5.0' ;
414+
'Version 1.5.1' ;
415415
' ' ;...
416416
'Copyright 2016-2025 Hans F. Stabeneau and Jonathan W. Waks' ;...
417417
' ' ;...
@@ -439,7 +439,7 @@ function about_help_button_Callback(hObject, eventdata, handles)
439439
{'\fontsize{18}\it\bf \color[rgb]{0.09,0.078,0.377}';...
440440
'BRAVE\color[rgb]{0.89,0.016,0.016}H\fontsize{14}EART\fontsize{11}';...
441441
'\rm\color{black}(Beth Israel Analysis of Vectors of the Heart)';...
442-
'Version 1.5.0' ;
442+
'Version 1.5.1' ;
443443
' ' ;...
444444
'Copyright 2016-2025 Hans F. Stabeneau and Jonathan W. Waks' ;...
445445
' ' ;...

0 commit comments

Comments
 (0)