Skip to content

Commit 2eaf3bf

Browse files
committed
fix version
1 parent cc3cc77 commit 2eaf3bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ The easiest way to get the ICLabel plugin is through the EEGLAB plugin manager.
88
If you plan to install the plugin through GitHub rather than the EEGLAB plugin manager, be aware that matconvnet is included as submodule. This means that it will no be included in the zip-file download. You will have to download [my fork (version) of matconvnet](https://github.com/lucapton/matconvnet) and extract that zip into the ICLabel folder. Alternatively, if you are cloning this repository through the command line, be sure to include the "--recusive" flag to clone submodules as well. Once you are in the desired directory, the correct command is:
99
~~~~
1010
git clone --recursive https://github.com/lucapton/ICLabel.git
11-
~~~~
11+
~~~
12+
13+
## Version history
14+
1.2.2 - fix STUDY calling format and add new function eeg_icalabelstat
15+
~

eegplugin_iclabel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
% since EEG.etc.ic_classifications.ICLabel.classes{3} is "eye".
1919

2020
% version
21-
vers = 'ICLabel1.2';
21+
vers = 'ICLabel1.2.2';
2222

2323
% input check
2424
if nargin < 3

0 commit comments

Comments
 (0)