Skip to content

Commit 27ca0aa

Browse files
committed
bump to next development cycle
1 parent b2ca9c8 commit 27ca0aa

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.1"
26+
version = "0.1.2-SNAPSHOT"
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.1");
58+
return Version.parse("0.1.2-SNAPSHOT");
5959
}
6060
}

0 commit comments

Comments
 (0)