Skip to content

Commit 8e4e260

Browse files
author
haesleinhuepf
committed
bump versions
1 parent 5a26733 commit 8e4e260

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clij_imagej_ops_java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use the CLIJ ImageJ Ops in your own project, link it as a maven dependency:
1111
<dependency>
1212
<groupId>net.haesleinhuepf</groupId>
1313
<artifactId>clij-ops</artifactId>
14-
<version>1.2.0</version>
14+
<version>1.3.0</version>
1515
</dependency>
1616
```
1717

dependingViaMaven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you want to access CLIJ from your Java code, it is recommended to depend on C
77
<dependency>
88
<groupId>net.haesleinhuepf</groupId>
99
<artifactId>clij_</artifactId>
10-
<version>1.2.0</version>
10+
<version>1.3.0</version>
1111
</dependency>
1212
```
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>net.haesleinhuepf</groupId>
1010
<artifactId>clij-parent-pom</artifactId>
11-
<version>1.2.0</version>
11+
<version>1.3.0</version>
1212
<relativePath />
1313
</parent>
1414

1515
<groupId>net.haesleinhuepf</groupId>
1616
<artifactId>clij-docs</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.3.0</version>
1818

1919
<name>clij-docs</name>
2020
<description>clij-docs contains CLIJ documentation and documentation generators.</description>

0 commit comments

Comments
 (0)