Skip to content

Commit

Permalink
bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 30, 2024
1 parent 799d0bc commit af9e968
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-schema: Changelog

# Version 2.2.0-dev
# Version 2.2.0 - Kitakata

## New features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Declare the plugin in your Nextflow pipeline configuration file:

```groovy title="nextflow.config"
plugins {
id 'nf-schema@2.1.2'
id 'nf-schema@2.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-schema/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-schema
Plugin-Version: 2.2.0-dev
Plugin-Version: 2.2.0
Plugin-Class: nextflow.validation.ValidationPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=23.10.0

0 comments on commit af9e968

Please sign in to comment.