Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Mar 16, 2020
1 parent feaf1e2 commit a91cbd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clij_imagej_ops_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use the CLIJ ImageJ Ops in your own project, link it as a maven dependency:
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-ops</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion dependingViaMaven.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you want to access CLIJ from your Java code, it is recommended to depend on C
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij_</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-docs</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>

<name>clij-docs</name>
<description>clij-docs contains CLIJ documentation and documentation generators.</description>
Expand Down

0 comments on commit a91cbd3

Please sign in to comment.