Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Nov 26, 2024
1 parent cb1aa30 commit 67a4870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.embl.mobie</groupId>
<artifactId>mobie-viewer-fiji</artifactId>
<version>5.5.7</version>
<version>5.5.8-SNAPSHOT</version>

<!-- mvn clean install -Dmaven.test.skip=true -Dscijava.app.directory=/Users/tischer/Desktop/Fiji/Fiji-MoBIE.app -->
<!-- ../scijava-scripts/release-version.sh - -skip-version-check - -skip-license-update -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ public class ScreenShotStackMakerCommand extends ScreenShotMakerCommand
static { net.imagej.patcher.LegacyInjector.preinit(); }

@Parameter(label="Slice distance (in above units)",
persist = false,
persist = true,
min = "0.0",
style="format:#.00",
stepSize = "0.01")
public Double physicalSliceDistance = 1D;

@Parameter(label="Number of slices above & below current",
@Parameter(label="Number of slices ab" +
"ove & below current",
description = "For example, entering 5 here will result in:\n5 above + 1 current + 5 below = 11 slices in total.",
persist = false)
public Integer numSlices = 5;
Expand Down

0 comments on commit 67a4870

Please sign in to comment.