Skip to content

Commit

Permalink
bump version to next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Jan 14, 2022
1 parent 5035bee commit a7fafab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = "QuPath extension to use Aligning Big Brain and Atlases"

group = "ch.epfl.biop"
// artifact = "qupath-extension-abba"
version = "0.1.2"
version = "0.1.3-SNAPSHOT"

dependencies {
val qupathVersion = "0.3.0" // For now
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/qupath/ext/biop/abba/ABBAExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public Version getQuPathVersion() {

@Override
public Version getVersion() {
return Version.parse("0.1.2");
return Version.parse("0.1.3-SNAPSHOT");
}
}

0 comments on commit a7fafab

Please sign in to comment.