Skip to content

Commit f391a43

Browse files
committed
switching order of releases to get the latest one at the beginning
1 parent 991df8d commit f391a43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

biop-catalog-generator.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ extensionList.add(hrmExtension)*/
190190

191191
// ------------------------ BIOP EXTENSION
192192

193-
def biopTagList = ["v3.3.0", "v3.4.0", "v3.4.1"]
193+
def biopTagList = ["v3.4.1", "v3.4.0", "v3.3.0"]
194194
def biopVersionList = []
195195
biopTagList.each{tag->
196196
var biopRelease = new Release(

catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"starred": false,
104104
"releases": [
105105
{
106-
"name": "v3.3.0",
107-
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.3.0/qupath-extension-biop-3.3.0.jar",
106+
"name": "v3.4.1",
107+
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.4.1/qupath-extension-biop-3.4.1.jar",
108108
"required_dependency_urls": [],
109109
"optional_dependency_urls": [],
110110
"javadoc_urls": [],
@@ -125,8 +125,8 @@
125125
}
126126
},
127127
{
128-
"name": "v3.4.1",
129-
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.4.1/qupath-extension-biop-3.4.1.jar",
128+
"name": "v3.3.0",
129+
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.3.0/qupath-extension-biop-3.3.0.jar",
130130
"required_dependency_urls": [],
131131
"optional_dependency_urls": [],
132132
"javadoc_urls": [],

0 commit comments

Comments
 (0)