Skip to content

Commit

Permalink
Merge pull request #82 from skrakau/mention_prerelease
Browse files Browse the repository at this point in the history
Bumped beta version
  • Loading branch information
skrakau authored Dec 21, 2023
2 parents 96ae3c4 + 87693a6 commit d641f1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit d641f1e

Please sign in to comment.