From 640b30671d44936388644db97296464aaecef5a5 Mon Sep 17 00:00:00 2001 From: Lukas Forer Date: Fri, 13 Feb 2026 11:37:54 +0100 Subject: [PATCH] Update nft-fastq version to 0.1.0 --- plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 2d35b01..0ff496a 100644 --- a/plugins.json +++ b/plugins.json @@ -163,7 +163,7 @@ }, { "id": "nft-fastq", - "latest": "0.0.1", + "latest": "0.1.0", "url": "https://github.com/lukfor/nft-fastq", "github": "lukfor/nft-fastq", "description": "Provides support for FASTQ files.", @@ -173,6 +173,10 @@ { "version": "0.0.1", "url": "https://github.com/lukfor/nft-fastq/releases/download/v0.0.1/nft-fastq-0.0.1-all.jar" + }, + { + "version": "0.1.0", + "url": "https://github.com/lukfor/nft-fastq/releases/download/v0.1.0/nft-fastq-0.1.0-all.jar" } ] },