Skip to content

Commit 05548b7

Browse files
authored
Merge pull request #826 from bachlab/pspm_installer
2 parents 3cc1751 + 6d680da commit 05548b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/helper/PsPM_installer.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% This is a convenience PsPM installer. As an alternative, download the
22
% lastest release from https://github.com/bachlab/PsPM, or clone the
33
% develop branch.
4-
% Uzay Gökay & Dominik Bach, 2024
4+
% Uzay Gökay & Dominik Bach, 2025
55

66
fprintf('Welcome to the PsPM installer.\n');
77
[indx,tf] = listdlg('ListString',{'Latest PsPM release', 'GLM tutorial dataset', 'DCM tutorial dataset'}, ...
@@ -20,9 +20,9 @@
2020
if ismember(1, indx)
2121

2222
% GitHub release URL for PsPM and the desired version
23-
githubReleaseURL = 'https://github.com/bachlab/PsPM/releases/download';
24-
version = 'v6.1.2';
25-
packageName = 'PsPM_v6.1.2';
23+
githubReleaseURL = 'https://github.com/bachlab/PsPM/releases/download';
24+
version = 'v7.0.0';
25+
packageName = 'PsPM_v7.0.0';
2626

2727
% Create the destination folder if it does not exist
2828
if ~exist(destinationFolder, 'dir')

0 commit comments

Comments
 (0)