Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 21, 2020
1 parent 02de413 commit 5d8b4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>net.haesleinhuepf</groupId>
<artifactId>clijx_</artifactId>
<version>0.28.0.2</version>
<version>0.28.0.3</version>

<name>clijx_</name>
<description>clijx</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Plugins>ImageJ on GPU (CLIJx)>Binary, "Skeletonize on GPU (experim
Plugins>ImageJ on GPU (CLIJx)>Filter, "Local extrema in a box on GPU (experimental)", net.haesleinhuepf.clijx.plugins.LocalExtremaBox
Plugins>ImageJ on GPU (CLIJx)>Filter, "Subtract background in 2D image on GPU (experimental)", net.haesleinhuepf.clijx.plugins.SubtractBackground2D
Plugins>ImageJ on GPU (CLIJx)>Filter, "Subtract background in 3D image on GPU (experimental)", net.haesleinhuepf.clijx.plugins.SubtractBackground3D
Plugins>ImageJ on GPU (CLIJx)>Filter, "Non-local mean on GPU (experimental)", net.haesleinhuepf.clijx.plugins.NonLocalMean
Plugins>ImageJ on GPU (CLIJx)>Filter, "Non-local mean on GPU (experimental)", net.haesleinhuepf.clijx.plugins.NonLocalMeans
Plugins>ImageJ on GPU (CLIJx)>Filter, "Bilateral filter on GPU (experimental)", net.haesleinhuepf.clijx.plugins.Bilateral

Plugins>ImageJ on GPU (CLIJx)>Measure>PIV, "Particle Image Velocimetry (PIV) on GPU (experimental)", net.haesleinhuepf.clijx.piv.ParticleImageVelocimetry
Expand Down Expand Up @@ -52,4 +52,4 @@ Plugins>Segmentation, "Interactive wand tool on
Plugins>Acquisition, "Continuous Webcam Acquisition (CLIJx, experimental)", net.haesleinhuepf.clijx.gui.ContinuousWebcamAcquisition
Window, "Always on top", net.haesleinhuepf.clijx.gui.WindowAlwaysOnTop

Plugins>ImageJ on GPU (CLIJx), "CLIJx Version 0.28.0.1", null
Plugins>ImageJ on GPU (CLIJx), "CLIJx Version 0.28.0.3", null

0 comments on commit 5d8b4b8

Please sign in to comment.