Skip to content

Commit 65a8ab7

Browse files
committed
Switch to v0.5.1
Since it's the current stable release.
1 parent 349c4cb commit 65a8ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You'll be prompted to create a user directory if you don't already have one.
2929
The minimal extension here doesn't do much, but it should at least install a new command under the 'Extensions' menu in
3030
QuPath.
3131

32-
> In case your exte[settings.gradle.kts](../qupath/settings.gradle.kts)nsion contains external dependencies beyond what QuPath already includes, you can create a
32+
> In case your extension contains external dependencies beyond what QuPath already includes, you can create a
3333
> [single jar file](https://imperceptiblethoughts.com/shadow/introduction/#benefits-of-shadow) that bundles these along
3434
> with your extension by using
3535
> ```bash

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99

1010
// TODO: Specify which version of QuPath the extension is targeting here
1111
qupath {
12-
version = "0.6.0-SNAPSHOT"
12+
version = "0.5.1"
1313
}
1414

1515
// Apply QuPath Gradle settings plugin to handle configuration

0 commit comments

Comments
 (0)