Skip to content

Commit

Permalink
bump to next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Jul 5, 2024
1 parent d318bb6 commit ef367aa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>nl.uu.science.cellbiology</groupId>
<artifactId>bigtrace</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>

<name>BigTrace</name>
<description>Tracing of curvilinear structures in 3D</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bigtrace/BigTraceRenderSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import ij.Prefs;


@Plugin(type = Command.class, menuPath = "Plugins>BigTrace 0.4.1>Render Settings")
@Plugin(type = Command.class, menuPath = "Plugins>BigTrace 0.4.2>Render Settings")
public class BigTraceRenderSettings implements Command {


Expand Down
1 change: 0 additions & 1 deletion src/main/java/bigtrace/rois/ROIsLoadBG.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import bigtrace.BigTrace;
import bigtrace.BigTraceBGWorker;
import bigtrace.BigTraceData;
import ij.IJ;

import net.imglib2.RealPoint;
import net.imglib2.type.NativeType;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/bigtrace/rois/RoiManager3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import com.jogamp.opengl.GL3;

import bdv.tools.brightness.ColorIcon;
import ij.IJ;
import ij.Prefs;
import ij.io.OpenDialog;
import ij.io.SaveDialog;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugins.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Plugins>BigTrace 0.4.1, "Open 3D image", bigtrace.BigTrace
Plugins>BigTrace 0.4.2, "Open 3D image", bigtrace.BigTrace

0 comments on commit ef367aa

Please sign in to comment.