diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index c0668ab..e5234a6 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -4,7 +4,7 @@ com.nf-core nft-utils nft-utils - 0.0.2 + 0.0.3 nf-test plugin that adds commonly used utility functions https://github.com/nf-core/nft-utils diff --git a/docs/index.md b/docs/index.md index 82fcd87..2052476 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ To start using the plugin please add it to your `nf-test.config` file: ```groovy title="nf-test.config" config { plugins { - load "nft-utils@0.0.2" + load "nft-utils@0.0.3" } } ``` diff --git a/pom.xml b/pom.xml index 5760d9c..b133793 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.nf-core nft-utils - 0.0.2 + 0.0.3 jar nft-utils diff --git a/src/main/resources/META-INF/nf-test-plugin b/src/main/resources/META-INF/nf-test-plugin index b30d50c..3aa7898 100644 --- a/src/main/resources/META-INF/nf-test-plugin +++ b/src/main/resources/META-INF/nf-test-plugin @@ -1,4 +1,4 @@ moduleName=nft-utils -moduleVersion=0.0.2 +moduleVersion=0.0.3 moduleAuthors=nf-core extensionMethods=nf_core.nf.test.utils.Methods