Skip to content

Commit c8d11ce

Browse files
authored
Merge pull request #67 from qupath/petebankhead-patch-1
Update version to 0.3.0 in build.gradle.kts
2 parents 043ce1d + 4be2e46 commit c8d11ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
base {
88
group = "io.github.qupath"
9-
version = "0.3.0-SNAPSHOT"
9+
version = "0.3.0"
1010
description = "Extra classes built on JavaFX that are used to help create the QuPath user interface. " +
1111
"These don't depend on other QuPath modules, so can be reused elsewhere."
1212
}

0 commit comments

Comments
 (0)