Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from mirpedrol/bump-0.3.1
Browse files Browse the repository at this point in the history
bump to version 0.3.1
  • Loading branch information
mirpedrol authored Jul 12, 2023
2 parents ef90632 + 675b2b1 commit 700c919
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
@@ -1,6 +1,6 @@
# nextflow-io/nf-validation: Changelog

## Version 0.3.1 (dev)
## Version 0.3.1

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _(make sure you pin the latest stable release version after the `@`)_

```groovy title="nextflow.config"
plugins {
id 'nf-validation@0.3.0'
id 'nf-validation@0.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-validation/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Id: nf-validation
Plugin-Version: 0.3.0
Plugin-Version: 0.3.1
Plugin-Class: nextflow.validation.ValidationPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=22.10.0

0 comments on commit 700c919

Please sign in to comment.