Skip to content

Commit 61a48d4

Browse files
committed
bump version
1 parent 7cca462 commit 61a48d4

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.nf-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ template:
4646
- igenomes
4747
force: false
4848
outdir: .
49-
version: 0.1.2
49+
version: 0.1.3dev
5050
update:

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v0.1.2 - [date]
6+
## v0.1.3dev - [date]
7+
8+
## v0.1.2 - 2025-02-28
79

810
Second release of the viralgenie pipeline. Focusing on user experience and bug fixes.
911

@@ -42,6 +44,6 @@ Second release of the viralgenie pipeline. Focusing on user experience and bug f
4244
- Refactor module arguments to pipeline arguments ([#166](https://github.com/Joon-Klaps/viralgenie/pull/166))
4345

4446

45-
## v0.1.1 - [date]
47+
## v0.1.1 - 2024-05-08
4648

4749
Initial release of Joon-Klaps/viralgenie, created with the [nf-core](https://nf-co.re/) template.

assets/multiqc_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/Joon-Klaps/viralgenie/0.1.2/"
2+
This report has been generated by the <a href="https://github.com/Joon-Klaps/viralgenie/dev/"
33
target="_blank">Joon-Klaps/viralgenie</a> analysis pipeline. For information about
4-
how to interpret these results, please see the <a href="https://joon-klaps.github.io/viralgenie/latest/0.1.2/usage/"
4+
how to interpret these results, please see the <a href="https://joon-klaps.github.io/viralgenie/latest/dev/usage/"
55
target="_blank">documentation</a>.
66
77
export_plots: true

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ manifest {
456456
mainScript = 'main.nf'
457457
defaultBranch = 'main'
458458
nextflowVersion = '!>=24.04.2'
459-
version = '0.1.2'
459+
version = '0.1.3dev'
460460
doi = ''
461461
}
462462

0 commit comments

Comments
 (0)