File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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" ]
138138def spotiflowVersionList = []
139139spotiflowTagList. each{tag ->
140140 var spotiflowRelease = new Release (
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments