Skip to content

Commit

Permalink
Merge pull request #25 from petebankhead/v0.4
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
petebankhead committed Dec 7, 2022
2 parents 8c87942 + f41df02 commit 87ab194
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 87ab194

Please sign in to comment.