From a91cbd325791d70ff1c3c2b766086501c1f8533b Mon Sep 17 00:00:00 2001 From: haesleinhuepf Date: Mon, 16 Mar 2020 11:07:35 +0100 Subject: [PATCH] bump version --- clij_imagej_ops_java.md | 2 +- dependingViaMaven.md | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clij_imagej_ops_java.md b/clij_imagej_ops_java.md index 458de59..6647630 100644 --- a/clij_imagej_ops_java.md +++ b/clij_imagej_ops_java.md @@ -11,7 +11,7 @@ To use the CLIJ ImageJ Ops in your own project, link it as a maven dependency: net.haesleinhuepf clij-ops - 1.4.4 + 1.5.0 ``` diff --git a/dependingViaMaven.md b/dependingViaMaven.md index 392414e..1b64b9a 100644 --- a/dependingViaMaven.md +++ b/dependingViaMaven.md @@ -7,7 +7,7 @@ If you want to access CLIJ from your Java code, it is recommended to depend on C net.haesleinhuepf clij_ - 1.4.4 + 1.5.0 ``` diff --git a/pom.xml b/pom.xml index 7253718..46b4801 100644 --- a/pom.xml +++ b/pom.xml @@ -8,13 +8,13 @@ net.haesleinhuepf clij-parent-pom - 1.4.4 + 1.5.0 net.haesleinhuepf clij-docs - 1.4.4 + 1.5.0 clij-docs clij-docs contains CLIJ documentation and documentation generators.