Skip to content

Commit 0d37279

Browse files
committed
release v0.3.3
1 parent c3cde87 commit 0d37279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext.moduleName = "qupath.extension.abba"
2727
description = "QuPath extension to use Aligning Big Brain and Atlases"
2828

2929
group = "ch.epfl.biop"
30-
version = "0.3.3-SNAPSHOT"
30+
version = "0.3.3"
3131

3232
dependencies {
3333
implementation("io.github.qupath:qupath-gui-fx:$qupathVersion")
@@ -104,4 +104,4 @@ publishing {
104104
}
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)