From 1eb591d9e347b84f22a514d2a208ed75baaef207 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:29:51 +0200 Subject: [PATCH 1/2] Add nft-bam v0.1.1 --- plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.json b/plugins.json index 63bce6d..1b1dbbf 100644 --- a/plugins.json +++ b/plugins.json @@ -24,5 +24,8 @@ "releases": [{ "version": "0.1.0", "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.0/nft-bam-0.1.0.jar" + },{ + "version": "0.1.1", + "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.1/nft-bam-0.1.1.jar" }] }] From b9c02e888c3f72a980aa767a24f60d8f0e48882f Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:34:43 +0200 Subject: [PATCH 2/2] Update plugins.json --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 1b1dbbf..0d56656 100644 --- a/plugins.json +++ b/plugins.json @@ -18,7 +18,7 @@ }] },{ "id": "nft-bam", - "latest": "0.1.0", + "latest": "0.1.1", "url": "https://github.com/nvnieuwk/nft-bam", "description": "Provides some helper functionality for handling SAM/BAM/CRAM files during tests", "releases": [{