Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead authored Nov 30, 2023
1 parent 8263e2d commit e2b0220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Extra classes built on JavaFX that are used to help create the Qu
"These don't depend on other QuPath modules, so can be reused elsewhere."

group = 'io.github.qupath'
version = '0.1.3-SNAPSHOT'
version = '0.1.3'

tasks.named('compileJava') {
// Use the project's version or define one directly
Expand Down Expand Up @@ -129,4 +129,4 @@ publishing {
}
}
}
}
}

0 comments on commit e2b0220

Please sign in to comment.