Skip to content

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oberschlauberger committed Aug 19, 2019
1 parent 1713497 commit 24ddb15
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
70 changes: 35 additions & 35 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "CA APM",
"id": "novatec-ca-apm-datasource",
"type": "datasource",

"metrics": true,
"annotations": false,

"info": {
"description": "Grafana Data Source for CA APM",
"author": {
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
"links": [{
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
{
"name": "GitHub",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource/blob/master/LICENSE.md"
}
],
"version": "0.4",
"updated": "2018-09-13"
},

"dependencies": {
"grafanaVersion": "3.X.X",
"plugins": []
}
{
"name": "CA APM",
"id": "novatec-ca-apm-datasource",
"type": "datasource",

"metrics": true,
"annotations": false,

"info": {
"description": "Grafana Data Source for CA APM",
"author": {
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
"links": [{
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
{
"name": "GitHub",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource/blob/master/LICENSE.md"
}
],
"version": "0.4.1",
"updated": "2019-08-19"
},

"dependencies": {
"grafanaVersion": "3.X.X",
"plugins": []
}
}
70 changes: 35 additions & 35 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "CA APM",
"id": "novatec-ca-apm-datasource",
"type": "datasource",

"metrics": true,
"annotations": false,

"info": {
"description": "Grafana Data Source for CA APM",
"author": {
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
"links": [{
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
{
"name": "GitHub",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource/blob/master/LICENSE.md"
}
],
"version": "0.4",
"updated": "2018-09-13"
},

"dependencies": {
"grafanaVersion": "3.X.X",
"plugins": []
}
{
"name": "CA APM",
"id": "novatec-ca-apm-datasource",
"type": "datasource",

"metrics": true,
"annotations": false,

"info": {
"description": "Grafana Data Source for CA APM",
"author": {
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
"links": [{
"name": "Novatec",
"url": "https://www.novatec-gmbh.de/"
},
{
"name": "GitHub",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/oberschlauberger/ca-apm-grafana-datasource/blob/master/LICENSE.md"
}
],
"version": "0.4.1",
"updated": "2019-08-19"
},

"dependencies": {
"grafanaVersion": "3.X.X",
"plugins": []
}
}

0 comments on commit 24ddb15

Please sign in to comment.