Skip to content

Commit 5035bee

Browse files
committed
release version 0.1.2
1 parent 1243e1d commit 5035bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = "QuPath extension to use Aligning Big Brain and Atlases"
2323

2424
group = "ch.epfl.biop"
2525
// artifact = "qupath-extension-abba"
26-
version = "0.1.2-SNAPSHOT"
26+
version = "0.1.2"
2727

2828
dependencies {
2929
val qupathVersion = "0.3.0" // For now

src/main/java/qupath/ext/biop/abba/ABBAExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public Version getQuPathVersion() {
5555

5656
@Override
5757
public Version getVersion() {
58-
return Version.parse("0.1.2-SNAPSHOT");
58+
return Version.parse("0.1.2");
5959
}
6060
}

0 commit comments

Comments
 (0)