Skip to content

Commit 106788b

Browse files
committed
release v10.3
1 parent 4824f6c commit 106788b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,6 @@ v10.0 - adding support for re-exporting datasets. Adding the the "desc" key. Fix
142142

143143
v10.1 - fix export wizard.
144144

145-
v10.2 - fix missing task when exporting study, fix bids subject (bug 860), better handling of descriptive tags.
145+
v10.2 - fix missing task when exporting study, fix bids subject (bug 860), better handling of descriptive tags.
146+
147+
v10.3 - fix importing samples when both samples and latency are present.

bids_matlab_tools_ver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
function str = bids_matlab_tools_ver
44

5-
str = '10.2';
5+
str = '10.3';

0 commit comments

Comments
 (0)