Skip to content

Commit b310721

Browse files
committed
release 6.2.2
1 parent 2675f6f commit b310721

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blueviolet.svg)](https://www.gnu.org/licenses/agpl-3.0)
2-
[![Generic badge](https://img.shields.io/badge/Version-6.2.0-informational.svg)](https://shields.io/)
2+
[![Generic badge](https://img.shields.io/badge/Version-6.2.2-informational.svg)](https://shields.io/)
33
[![Build and Publish](https://github.com/sirius-ms/sirius/actions/workflows/distribute.yaml/badge.svg?branch=release-4-pre)](https://github.com/sirius-ms/sirius/actions/workflows/distribute.yaml)
44
[![Join community chat at https://gitter.im/sirius-ms/general](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sirius-ms/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

@@ -28,12 +28,11 @@ Main developers of SIRIUS are the [Böcker group](https://bio.informatik.uni-jen
2828

2929
<!--begin download-->
3030

31-
### SIRIUS+CSI:FingerID GUI and CLI - Version 6.2.0 (2025-05-30)
31+
### SIRIUS+CSI:FingerID GUI and CLI - Version 6.2.2 (2025-06-03)
3232
##### These versions include the Java Runtime Environment, so there is no need to install Java separately! Just download, install/unpack and execute.
33-
- for Windows (x86-64/amd64/x64): [msi](https://github.com/sirius-ms/sirius/releases/download/v6.2.0/sirius-6.2.0-win-x64.msi) / [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.0/sirius-6.2.0-win-x64.zip)
34-
- for Mac (x86-64/amd64/x64): [pkg](https://github.com/sirius-ms/sirius/releases/download/v6.1.1/sirius-6.1.1-macos-x64.pkg) / [zip](https://github.com/sirius-ms/sirius/releases/download/v6.1.1/sirius-6.1.1-macos-x64.zip)
35-
- for Linux (x86-64/amd64/x64): [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.0/sirius-6.2.0-linux-x64.zip)
36-
- for Linux (arm64/aarch64): [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.0/sirius-6.2.0-linux-arm64.zip)
33+
- for Windows (x86-64/amd64/x64): [msi](https://github.com/sirius-ms/sirius/releases/download/v6.2.2/sirius-6.2.2-win-x64.msi) / [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.2/sirius-6.2.2-win-x64.zip)
34+
- for Linux (x86-64/amd64/x64): [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.2/sirius-6.2.2-linux-x64.zip)
35+
- for Linux (arm64/aarch64): [zip](https://github.com/sirius-ms/sirius/releases/download/v6.2.2/sirius-6.2.2-linux-arm64.zip)
3736

3837

3938
<!--end download-->

sirius_cli/src/main/resources/sirius_frontend.build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#here you can provide properties that may be needed during build- AND during runtime and should not be editable by the user at runtime
2-
de.unijena.bioinf.siriusFrontend.version=6.2.2-SNAPSHOT
2+
de.unijena.bioinf.siriusFrontend.version=6.2.2
33
#
44
de.unijena.bioinf.sirius.http.job.fingerprint.limit = 5000
55
de.unijena.bioinf.sirius.http.job.canopus.limit = 5000

0 commit comments

Comments
 (0)