Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 14, 2020
1 parent ab9a20d commit 0dd84ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.1.3.0</version>
<version>2.1.4.0</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.2.3.1</version>
<version>0.2.4.0</version>

<name>incubator</name>
<description>incubator</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/Resources/manual_plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Plugins>ImageJ on GPU (CLIJx-Assistant)>Options, "Add custom suggestions from a
Plugins>ImageJ on GPU (CLIJx-Assistant)>Options, "Conda configuration (Te Oki)", net.haesleinhuepf.clijx.te_oki.TeOkiConfigurationDialog
Plugins>ImageJ on GPU (CLIJx-Assistant), "Generate CLIJx/Fiji plugin", net.haesleinhuepf.clijx.assistant.scriptgenerator.MavenJavaProjectGeneratorPlugin

Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.2.3.1", null
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.2.4.0", null


2 changes: 1 addition & 1 deletion src/main/Resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Plugins>ImageJ on GPU (CLIJx-Assistant)>Options, "Add custom suggestions from a
Plugins>ImageJ on GPU (CLIJx-Assistant)>Options, "Conda configuration (Te Oki)", net.haesleinhuepf.clijx.te_oki.TeOkiConfigurationDialog
Plugins>ImageJ on GPU (CLIJx-Assistant), "Generate CLIJx/Fiji plugin", net.haesleinhuepf.clijx.assistant.scriptgenerator.MavenJavaProjectGeneratorPlugin

Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.2.3.1", null
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.2.4.0", null


Plugins>ImageJ on GPU (CLIJx-Assistant)>All, "Absolute (experimental)_12", net.haesleinhuepf.clijx.assistant.interactive.generic.GenericAssistantGUIPlugin("CLIJ2_absolute")
Expand Down

0 comments on commit 0dd84ff

Please sign in to comment.