From 7762ea46bb86abf8e5815dd49700e7f2d111ca3a Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:34:23 +0200 Subject: [PATCH] Update nft-bam version to 0.6.1 --- plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 75c92c0..0ca3848 100644 --- a/plugins.json +++ b/plugins.json @@ -47,7 +47,7 @@ }, { "id": "nft-bam", - "latest": "0.6.0", + "latest": "0.6.1", "url": "https://nvnieuwk.github.io/nft-bam", "github": "nvnieuwk/nft-bam", "description": "Provides some helper functionality for handling SAM/BAM/CRAM files during tests", @@ -81,6 +81,10 @@ { "version": "0.6.0", "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.6.0/nft-bam-0.6.0.jar" + }, + { + "version": "0.6.1", + "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.6.1/nft-bam-0.6.1.jar" } ] },