Skip to content

Commit bfbb1a3

Browse files
authored
Merge pull request #38 from maxulysse/prepare-rc-0_0_4
prepare RC 0.0.4
2 parents 288a490 + b58b859 commit bfbb1a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.nf-core</groupId>
55
<artifactId>nft-utils</artifactId>
66
<name>nft-utils</name>
7-
<version>0.0.3</version>
7+
<version>0.0.4</version>
88
<description>nf-test plugin that adds commonly used utility functions</description>
99
<url>https://github.com/nf-core/nft-utils</url>
1010
<licenses>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To start using the plugin please add it to your `nf-test.config` file:
1010
```groovy title="nf-test.config"
1111
config {
1212
plugins {
13-
load "nft-utils@0.0.3"
13+
load "nft-utils@0.0.4"
1414
}
1515
}
1616
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.nf-core</groupId>
77
<artifactId>nft-utils</artifactId>
8-
<version>0.0.3</version>
8+
<version>0.0.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>nft-utils</name>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
moduleName=nft-utils
2-
moduleVersion=0.0.3
2+
moduleVersion=0.0.4
33
moduleAuthors=nf-core
44
extensionMethods=nf_core.nf.test.utils.Methods

0 commit comments

Comments
 (0)