Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nrhorner committed Apr 20, 2022
1 parent d57ce44 commit 2b207b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.1.1]
### Added
- Cumulative coverage plot

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
params {
help = false
out_dir = "output"
wfversion = "v0.1.1"
wfversion = "v0.1.2"
fastq = null
references = null
counts = "NO_COUNTS"
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.1",
"default": "v0.1.2",
"hidden": true
},
"aws_queue": {
Expand Down

0 comments on commit 2b207b0

Please sign in to comment.