Skip to content

Commit f2dfc1c

Browse files
committed
Bumping version to 0.1.0
1 parent 8324c84 commit f2dfc1c

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

plugin.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
{
2-
"id" : "json-report",
3-
"version" : "0.0.1",
4-
"name" : "JSON Report",
5-
"description" : "JSON reporting plugin",
2+
"id": "json-report",
3+
"version": "0.1.0",
4+
"name": "JSON Report",
5+
"description": "JSON reporting plugin",
66
"install": {
77
"windows": [],
88
"linux": [],
99
"darwin": []
1010
},
11-
"command" : {
12-
"windows" : ["bin/json-report"],
13-
"linux" : ["bin/json-report"],
14-
"darwin" : ["bin/json-report"]
11+
"command": {
12+
"windows": [
13+
"bin/json-report"
14+
],
15+
"linux": [
16+
"bin/json-report"
17+
],
18+
"darwin": [
19+
"bin/json-report"
20+
]
1521
},
16-
"scope" : ["Execution"],
22+
"scope": [
23+
"Execution"
24+
],
1725
"gaugeVersionSupport": {
1826
"minimum": "0.7.0",
1927
"maximum": ""
2028
}
21-
}
29+
}

0 commit comments

Comments
 (0)