From 87693a6f66fbcbd78ff2d50befdaf4c4a4353a6c Mon Sep 17 00:00:00 2001 From: Sabrina Krakau Date: Thu, 21 Dec 2023 16:51:20 +0100 Subject: [PATCH] Bumped beta version --- CHANGELOG.md | 4 ++-- README.md | 2 +- docs/contributing/setup.md | 2 +- plugins/nf-co2footprint/src/resources/META-INF/MANIFEST.MF | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7637074..1de7b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Version 0.1.0 +## Version 1.0.0-beta -Initial release. \ No newline at end of file +Initial pre-release. \ No newline at end of file diff --git a/README.md b/README.md index 6ec893a..7e83803 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Declare the plugin in your Nextflow pipeline configuration file: ```groovy title="nextflow.config" plugins { - id 'nf-co2footprint@0.1.0' + id 'nf-co2footprint@1.0.0-beta' } ``` diff --git a/docs/contributing/setup.md b/docs/contributing/setup.md index d2fb8ec..53f15f9 100644 --- a/docs/contributing/setup.md +++ b/docs/contributing/setup.md @@ -53,7 +53,7 @@ The plugin can be tested without using a local Nextflow build using the followin 2. Run nextflow with this command, specifying the plugin version: ```bash - nextflow run -plugins nf-co2footprint@0.1.0