Skip to content

Commit 34e8fea

Browse files
committed
bump to 2.5.1
1 parent 311c829 commit 34e8fea

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Declare the plugin in your Nextflow pipeline configuration file:
2525

2626
```groovy title="nextflow.config"
2727
plugins {
28-
28+
2929
}
3030
```
3131

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation 'com.sanctionco.jmail:jmail:1.6.3' // Needed for e-mail format validation
99
}
1010

11-
version = '2.5.0'
11+
version = '2.5.1'
1212

1313
nextflowPlugin {
1414
nextflowVersion = '25.04.0'

examples/helpMessage/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/paramsHelp/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/paramsSummaryLog/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/paramsSummaryMap/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/samplesheetToListBasic/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/samplesheetToListMeta/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/samplesheetToListOrder/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

examples/validateParameters/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
2+
33
}
44

55
params {

0 commit comments

Comments
 (0)