Skip to content

Commit

Permalink
version update after adding images for the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusKlug committed Mar 23, 2022
1 parent c71ad62 commit debc175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eegplugin_zapline_plus.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

function vers = eegplugin_zapline_plus(fig, trystrs, catchstrs)

vers = '1.0';
vers = '1.1';
if nargin < 3
error('eegplugin_zapline_plus requires 3 arguments');
end
Expand All @@ -33,4 +33,4 @@

% create menus
% ------------
uimenu( menui1, 'label', 'Zapline plus noise removal', 'separator', 'on', 'callback', comcnt1);
uimenu( menui1, 'label', 'Zapline-plus noise removal', 'separator', 'on', 'callback', comcnt1);

0 comments on commit debc175

Please sign in to comment.