diff --git a/README.md b/README.md index 58b0c0c..64dae54 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and its matlab code generator ## Installation Download the following files and put them all in the `/Documents/MATLAB folder: -* [clatlabx-0.30.1.0-jar-with-dependencies.jar](https://github.com/clij/clatlabx/releases/download/0.30.1.0/clatlabx-0.30.1.0-jar-with-dependencies.jar) +* [clatlabx-0.30.1.12-jar-with-dependencies.jar](https://github.com/clij/clatlabx/releases/download/0.30.1.12/clatlabx-0.30.1.12-jar-with-dependencies.jar) * [init_clatlabx.m](https://github.com/clij/clatlabx/blob/master/src/main/matlab_install/init_clatlabx.m) Test the installation by executing this script from matlab: diff --git a/pom.xml b/pom.xml index 8a1da30..53cba39 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 clatlabx - 0.30.1.0 + 0.30.1.12 CLATLABx CLIJx bridge to Matlab diff --git a/src/main/matlab_install/init_clatlabx.m b/src/main/matlab_install/init_clatlabx.m index 406d1e7..10d39d1 100644 --- a/src/main/matlab_install/init_clatlabx.m +++ b/src/main/matlab_install/init_clatlabx.m @@ -13,7 +13,7 @@ function clatlabx_ = init_clatlabx() if (exist('net.haesleinhuepf.clatlab.CLATLABx') ~= 8) - jar_location = strrep(mfilename('fullpath'), 'init_clatlabx', 'clatlabx-0.30.1.0-jar-with-dependencies.jar'); + jar_location = strrep(mfilename('fullpath'), 'init_clatlabx', 'clatlabx-0.30.1.12-jar-with-dependencies.jar'); javaaddpath(jar_location); end clatlabx_ = net.haesleinhuepf.clatlab.CLATLABx.getInstance();