Skip to content

Commit

Permalink
Merge pull request #22 from maxulysse/prepare-rc-0_0_3
Browse files Browse the repository at this point in the history
prepare RC 0.0.3
  • Loading branch information
maxulysse authored Oct 8, 2024
2 parents 32bf43b + 541e9e2 commit 09cf900
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.nf-core</groupId>
<artifactId>nft-utils</artifactId>
<name>nft-utils</name>
<version>0.0.2</version>
<version>0.0.3</version>
<description>nf-test plugin that adds commonly used utility functions</description>
<url>https://github.com/nf-core/nft-utils</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nf-core</groupId>
<artifactId>nft-utils</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>jar</packaging>

<name>nft-utils</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/nf-test-plugin
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09cf900

Please sign in to comment.