From 94bf47063d549c286534782377b87e1cd82fa9a6 Mon Sep 17 00:00:00 2001 From: haesleinhuepf Date: Fri, 27 Mar 2020 23:11:06 +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 11fa016..775aff0 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.5.5 + 1.5.6 ``` diff --git a/dependingViaMaven.md b/dependingViaMaven.md index 3c9c52a..966ad97 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.5.5 + 1.5.6 ``` diff --git a/pom.xml b/pom.xml index 8467842..257caaf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,13 +8,13 @@ net.haesleinhuepf clij-parent-pom - 1.5.5 + 1.5.6 net.haesleinhuepf clij-docs - 1.5.5 + 1.5.6 clij-docs clij-docs contains CLIJ documentation and documentation generators.