Skip to content

Commit bcb0c4e

Browse files
committed
update version number
1 parent 4fbbcfc commit bcb0c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eegplugin_SASICA.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function vers = eegplugin_SASICA(fig,try_strings,catch_strings)
22

3-
vers = 'SASICA_1.3.4';
3+
vers = 'SASICA_1.3.5';
44

55
if nargin == 0
66
return
@@ -11,4 +11,4 @@
1111

1212

1313
uimenu( toolsmenu,'position',abovemenupos+1,'separator','on', 'label', 'SASICA', 'callback',...
14-
[ 'SASICA(EEG);' ]);
14+
[ 'SASICA(EEG);' ]);

0 commit comments

Comments
 (0)