Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Dec 6, 2022
1 parent 8c87942 commit f41df02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext.qupathVersion = gradle.ext.qupathVersion

description = 'QuPath extension to use StarDist'

version = "0.4.0-SNAPSHOT"
version = "0.4.0"

dependencies {
implementation "io.github.qupath:qupath-gui-fx:${qupathVersion}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rootProject.name = 'qupath-extension-stardist'

gradle.ext.qupathVersion = "0.4.0-SNAPSHOT"
gradle.ext.qupathVersion = "0.4.0"

dependencyResolutionManagement {

Expand Down

0 comments on commit f41df02

Please sign in to comment.