diff --git a/README.md b/README.md index 404f51a..30c8024 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ clatlab is a bridge between [Matlab](https://de.mathworks.com/products/matlab.ht ## Installation Download the following files, removed the numbers from their file endings and put them all in the `/Documents/MATLAB folder: -* [clatlab-2.2.0.11-jar-with-dependencies.jar](https://github.com/clij/clatlab/releases/download/2.2.0.11/clatlab-2.2.0.11-jar-with-dependencies.jar) +* [clatlab-2.2.0.12-jar-with-dependencies.jar](https://github.com/clij/clatlab/releases/download/2.2.0.12/clatlab-2.2.0.12-jar-with-dependencies.jar) * [init_clatlab.m](https://github.com/clij/clatlab/blob/master/src/main/matlab_install/init_clatlab.m) Test the installation by executing this script from matlab: diff --git a/pom.xml b/pom.xml index 53eb0d6..1156f2e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,12 @@ net.haesleinhuepf clij-parent-pom - 2.2.0.11 + 2.2.0.12 net.haesleinhuepf clatlab - 2.2.0.11 + 2.2.0.12 CLATLAB CLIJ2 bridge to Matlab diff --git a/src/main/matlab_install/init_clatlab.m b/src/main/matlab_install/init_clatlab.m index e4380b6..72a8f5d 100644 --- a/src/main/matlab_install/init_clatlab.m +++ b/src/main/matlab_install/init_clatlab.m @@ -15,7 +15,7 @@ function clatlab_ = init_clatlab() if (exist('net.haesleinhuepf.clatlab.CLATLAB') ~= 8) - jar_location = strrep(mfilename('fullpath'), 'init_clatlab', 'clatlab-2.2.0.11-jar-with-dependencies.jar'); + jar_location = strrep(mfilename('fullpath'), 'init_clatlab', 'clatlab-2.2.0.12-jar-with-dependencies.jar'); javaaddpath(jar_location); end clatlab_ = net.haesleinhuepf.clatlab.CLATLAB.getInstance();