Skip to content

Commit ddeb1e5

Browse files
committed
[wfpm v0.7.11] started a new version json-parser@0.2.0 from json-parser@0.1.0 which was in development
1 parent f502301 commit ddeb1e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

json-parser/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* this block is auto-generated based on info from pkg.json where */
2525
/* changes can be made if needed, do NOT modify this block manually */
2626
nextflow.enable.dsl = 2
27-
version = '0.1.0' // package version
27+
version = '0.2.0'
2828

2929
container = [
3030
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.json-parser'

json-parser/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-parser",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "tool to parse JSON metadata",
55
"main": "main.nf",
66
"deprecated": false,

json-parser/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.1.0' // package version
32+
version = '0.2.0'
3333

3434
container = [
3535
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.json-parser'

0 commit comments

Comments
 (0)