Skip to content

Commit 02c318d

Browse files
committed
update version
1 parent 2853268 commit 02c318d

File tree

2 files changed

+53
-52
lines changed

2 files changed

+53
-52
lines changed

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0D

src/plugin.json

+52-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
{
2-
"type": "panel",
3-
"name": "FlowCharting",
4-
"id": "agenty-flowcharting-panel",
5-
"info": {
6-
"description": "Flowcharting is a Grafana plugin. Use it to display complexe diagrams using the online graphing library draw.io like a vsio",
7-
"author": {
8-
"name": "Arnaud GENTY",
9-
"url": "https://github.com/algenty/grafana-flowcharting"
10-
},
11-
"keywords": [
12-
"flowchart",
13-
"panel",
14-
"diagram",
15-
"workflow",
16-
"floorplan",
17-
"map",
18-
"organigram",
19-
"draw.io",
20-
"visio",
21-
"mxgraph"
22-
],
23-
"links": [
24-
{
25-
"name": "Project site",
26-
"url": "https://github.com/algenty/grafana-flowcharting"
27-
},
28-
{
29-
"name": "Documentation",
30-
"url": "https://algenty.github.io/flowcharting-repository/"
31-
},
32-
{
33-
"name": "Demonstration",
34-
"url": "https://play.grafana.org/d/Unu5JcjWk/flowcharting-index?orgId=1"
35-
},
36-
{
37-
"name": "Apache License",
38-
"url": "https://github.com/algenty/grafana-flowcharting/blob/master/LICENSE"
39-
}
40-
],
41-
"version": "1.0.0b",
42-
"updated": "2020-12-06",
43-
"logos": {
44-
"small": "img/agenty-flowcharting.svg",
45-
"large": "img/agenty-flowcharting.svg"
46-
}
47-
},
48-
"dependencies": {
49-
"grafanaVersion": "6.x.x",
50-
"plugins": []
51-
}
52-
}
1+
{
2+
"type": "panel",
3+
"name": "FlowCharting",
4+
"id": "agenty-flowcharting-panel",
5+
"info": {
6+
"description": "Flowcharting is a Grafana plugin. Use it to display complexe diagrams using the online graphing library draw.io like a vsio",
7+
"author": {
8+
"name": "Arnaud GENTY",
9+
"url": "https://github.com/algenty/grafana-flowcharting"
10+
},
11+
"keywords": [
12+
"flowchart",
13+
"panel",
14+
"diagram",
15+
"workflow",
16+
"floorplan",
17+
"map",
18+
"organigram",
19+
"draw.io",
20+
"visio",
21+
"mxgraph"
22+
],
23+
"links": [
24+
{
25+
"name": "Project site",
26+
"url": "https://github.com/algenty/grafana-flowcharting"
27+
},
28+
{
29+
"name": "Documentation",
30+
"url": "https://algenty.github.io/flowcharting-repository/"
31+
},
32+
{
33+
"name": "Demonstration",
34+
"url": "https://play.grafana.org/d/Unu5JcjWk/flowcharting-index?orgId=1"
35+
},
36+
{
37+
"name": "Apache License",
38+
"url": "https://github.com/algenty/grafana-flowcharting/blob/master/LICENSE"
39+
}
40+
],
41+
"version": "1.0.0d",
42+
"updated": "2022-04-24",
43+
"logos": {
44+
"small": "img/agenty-flowcharting.svg",
45+
"large": "img/agenty-flowcharting.svg"
46+
}
47+
},
48+
"dependencies": {
49+
"grafanaVersion": "7.x.x",
50+
"plugins": []
51+
}
52+
}

0 commit comments

Comments
 (0)