Skip to content

Commit

Permalink
fix wrong OE2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Sep 23, 2024
1 parent 9a6f8fb commit 2db4c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,9 @@
"repo": "https://github.com/orthanc-server/orthanc-explorer-2/",
"repoType": "git",
"comment": "# CHANGE_VERSION_ORTHANC_EXPLORER_2",
"stable": "1.6.1",
"stable": "1.6.2",
"unstable": "master",
"unstableMacOS": "1.6.1",
"unstableMacOS": "1.6.2",
"comment2": "this plugin has its own build process on Github -> MacOS and Win64 are built by Github",
"buildForMacOS": false,
"artifactsMacOS": "libOrthancExplorer2-universal.dylib",
Expand Down
2 changes: 1 addition & 1 deletion release-notes-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
> Starting from `24.3.5`, the docker images are available for `linux/amd64` and `linux/arm64`.

24.9.0
24.9.1
------

- upgraded Orthanc Explorer 2 plugin to [1.6.2](https://github.com/orthanc-server/orthanc-explorer-2/blob/master/release-notes.md)
Expand Down

0 comments on commit 2db4c0f

Please sign in to comment.