Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped beta version #82

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Version 0.1.0
## Version 1.0.0-beta

Initial release.
Initial pre-release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected].0-beta'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <script/pipeline name> [pipeline params]
nextflow run -plugins [email protected].0-beta <script/pipeline name> [pipeline params]
```


Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-co2footprint/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-co2footprint
Plugin-Version: 0.1.0
Plugin-Version: 1.0.0-beta
Plugin-Class: nextflow.co2footprint.CO2FootprintPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=23.07.0
Loading