Skip to content

Commit d971af4

Browse files
committed
adding qupath-extension-spotiflow-0.3.2
1 parent 30d9335 commit d971af4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

biop-catalog-generator.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ extensionList.add(abbaExtension)
134134
// spotiflow extension
135135

136136
// ZIP file
137-
def spotiflowTagList = ["v0.3.1"]
137+
def spotiflowTagList = ["v0.3.2", "v0.3.1"]
138138
def spotiflowVersionList = []
139139
spotiflowTagList.each{tag->
140140
var spotiflowRelease = new Release(

catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@
115115
"homepage": "https://github.com/BIOP/qupath-extension-spotiflow",
116116
"starred": false,
117117
"releases": [
118+
{
119+
"name": "v0.3.2",
120+
"main_url": "https://github.com/BIOP/qupath-extension-spotiflow/releases/download/v0.3.2/qupath-extension-spotiflow-0.3.2.zip",
121+
"required_dependency_urls": [],
122+
"optional_dependency_urls": [],
123+
"javadoc_urls": [],
124+
"version_range": {
125+
"min": "v0.6.0",
126+
"excludes": []
127+
}
128+
},
118129
{
119130
"name": "v0.3.1",
120131
"main_url": "https://github.com/BIOP/qupath-extension-spotiflow/releases/download/v0.3.1/qupath-extension-spotiflow-0.3.1.zip",

0 commit comments

Comments
 (0)