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

Release v0.0.1.

parent c0e5a591
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
</parent>
<artifactId>CellContactAnalyzer_</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>plugins/CellContactAnalyzer_.jar</name>
<description />
......
......@@ -37,10 +37,13 @@ import fiji.plugin.trackmate.util.TMUtils;
public class CellContactDetectorFactory< T extends RealType< T > & NativeType< T >> implements SpotDetectorFactory< T >
{
private static final String PLUGIN_VERSION = "0.0.1";
static final String INFO_TEXT = "<html>"
+ "This detector detects cell/cell contacts for cells of two different "
+ "species imaged in two different channels. "
+ "<p> "
+ "Version " + PLUGIN_VERSION
+ "</html>";
private static final String KEY = "CELL_CONTACT_DETECTOR";
......
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