From 69ea971fcb366a7a744b0a0bc526c8ea5a5705d9 Mon Sep 17 00:00:00 2001 From: "Maxime U. Garcia" Date: Fri, 22 May 2026 15:18:07 +0200 Subject: [PATCH] Add nft-utils 1.0.0 release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 0ca3848..5d543df 100644 --- a/plugins.json +++ b/plugins.json @@ -120,7 +120,7 @@ }, { "id": "nft-utils", - "latest": "0.0.9", + "latest": "1.0.0", "url": "https://github.com/nf-core/nft-utils", "github": "nf-core/nft-utils", "description": "nf-test utility functions for Nextflow pipelines.", @@ -162,6 +162,10 @@ { "version": "0.0.9", "url": "https://github.com/nf-core/nft-utils/releases/download/0.0.9/nft-utils-0.0.9.jar" + }, + { + "version": "1.0.0", + "url": "https://github.com/nf-core/nft-utils/releases/download/1.0.0/nft-utils-1.0.0.jar" } ] },