diff --git a/plugin.json b/plugin.json index 4ca1137..f9b935d 100644 --- a/plugin.json +++ b/plugin.json @@ -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" +} \ No newline at end of file