Skip to content

Commit 5043c56

Browse files
authored
Merge pull request #4 from petebankhead/towards-release
Improve zoo API & add methods
2 parents 115a055 + 46bac4f commit 5043c56

File tree

3 files changed

+771
-131
lines changed

3 files changed

+771
-131
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rootProject.name = 'qupath-extension-djl'
22

3-
gradle.ext.qupathVersion = "0.4.0-SNAPSHOT"
3+
gradle.ext.qupathVersion = "0.4.0"
44

55
dependencyResolutionManagement {
66

src/main/java/qupath/ext/djl/DjlExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void installExtension(QuPathGUI qupath) {
5656
DnnModels.registerBuilder(builder);
5757
MenuTools.addMenuItems(
5858
qupath.getMenu("Extensions>Deep Java Library", true),
59-
new Action("Manage DJL Engines", e -> DjlEngineCommand.showDialog(qupath))
59+
new Action("Manage DJL engines", e -> DjlEngineCommand.showDialog(qupath))
6060
);
6161
}
6262

0 commit comments

Comments
 (0)