Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jun 12, 2021
1 parent 350f06f commit a08df50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>2.5.0.0-BETA</version>
<version>2.5.0.1</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<!-- note: the artifactId must contain an underscore _ to make ImageJ handle it correctly.-->
<artifactId>clijx-assistant_</artifactId>
<version>0.6.0.0-BETA</version>
<version>0.6.0.1</version>


<name>assistant</name>
Expand Down Expand Up @@ -132,7 +132,6 @@
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij2-assistant_</artifactId>
<version>2.5.0.0-BETA</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/main/Resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Plugins>ImageJ on GPU (CLIJx)>Interoperability, "Open tif sequence (experimental

Plugins>ImageJ on GPU (CLIJx), "How to cite CLIJx-Assistant", net.haesleinhuepf.clij.macro.documentation.OnlineDocumentationOpener("https://www.biorxiv.org/content/10.1101/2020.11.19.386565v1")
Plugins>ImageJ on GPU (CLIJx), "CLIJx-Assistant Online help", net.haesleinhuepf.clij.macro.documentation.OnlineDocumentationOpener("https://clij.github.io/assistant")
Plugins>ImageJ on GPU (CLIJx), "CLIJx-Assistant Version 0.6.0.0-BETA", null
Plugins>ImageJ on GPU (CLIJx), "CLIJx-Assistant Version 0.6.0.1", null


0 comments on commit a08df50

Please sign in to comment.