Skip to content
Snippets Groups Projects
Commit 31fdb8c9 authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

Release v0.0.2.


* Add a standalone plugin that generate contact image, mask and labels.
Signed-off-by: default avatarJean-Yves Tinevez <jean-yves.tinevez@pasteur.fr>
parent e1a040bd
No related branches found
Tags v0.0.2
No related merge requests found
......@@ -5,13 +5,13 @@
<parent>
<groupId>sc.fiji</groupId>
<artifactId>pom-fiji</artifactId>
<version>11.0.0</version>
<version>15.6.0</version>
<relativePath />
</parent>
<artifactId>CellContactAnalyzer_</artifactId>
<version>0.0.2-SNAPSHOT</version>
<name>plugins/CellContactAnalyzer_.jar</name>
<version>0.0.2</version>
<name>plugins/CellContactAnalyzer_.jar</name>
<description />
<properties>
......
......@@ -42,7 +42,7 @@ import net.imglib2.view.Views;
public class CCCT_< T extends RealType< T > & NativeType< T >> implements PlugIn, CCCTProcessor, MultiThreaded
{
public static final String PLUGIN_VERSION = "0.0.2-SNAPSHOT";
public static final String PLUGIN_VERSION = "0.0.2";
public static final String PLUGIN_NAME = "CCCT";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment