Skip to content

Commit

Permalink
Bumping up -> 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
negiDharmendra committed Mar 26, 2020
1 parent a0dd2e9 commit bf7ccaf
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
{
"id" : "html-report",
"version" : "4.0.10",
"name" : "Html Report",
"description" : "Html reporting plugin",
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"command" : {
"windows" : ["bin/html-report"],
"linux" : ["bin/html-report"],
"darwin" : ["bin/html-report"]
"capabilities": [
"grpc_support"
],
"command": {
"darwin": [
"bin/html-report"
],
"linux": [
"bin/html-report"
],
"windows": [
"bin/html-report"
]
},
"scope" : ["Execution"],
"description": "Html reporting plugin",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
"maximum": "",
"minimum": "1.0.7"
},
"capabilities" : [
"grpc_support"
]
}
"id": "html-report",
"install": {
"darwin": [],
"linux": [],
"windows": []
},
"name": "Html Report",
"scope": [
"Execution"
],
"version": "4.0.11"
}

0 comments on commit bf7ccaf

Please sign in to comment.