We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5035bee commit a7fafabCopy full SHA for a7fafab
build.gradle.kts
@@ -23,7 +23,7 @@ description = "QuPath extension to use Aligning Big Brain and Atlases"
23
24
group = "ch.epfl.biop"
25
// artifact = "qupath-extension-abba"
26
-version = "0.1.2"
+version = "0.1.3-SNAPSHOT"
27
28
dependencies {
29
val qupathVersion = "0.3.0" // For now
src/main/java/qupath/ext/biop/abba/ABBAExtension.java
@@ -55,6 +55,6 @@ public Version getQuPathVersion() {
55
56
@Override
57
public Version getVersion() {
58
- return Version.parse("0.1.2");
+ return Version.parse("0.1.3-SNAPSHOT");
59
}
60
0 commit comments