Skip to content

Commit f14e3ae

Browse files
committed
inc support api version to 1.2.2
1 parent 632b395 commit f14e3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
5151
//group = 'de.mpicbg.scicomp'
5252
group = 'com.github.holgerbrandl'
5353
//version = '1.1.9'
54-
version = '1.2.2-SNAPSHOT'
54+
version = '1.2.2'
5555

5656

5757
artifacts {

0 commit comments

Comments
 (0)