Skip to content

Commit

Permalink
Bump version and grafana version dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
retzkek committed May 22, 2020
1 parent fdd8f27 commit 982acaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
{ "name": "License", "url": "https://github.com/fifemon/graphql-datasource/blob/master/LICENSE" }
],
"screenshots": [],
"version": "1.1.0",
"updated": "2020-05-21"
"version": "1.1.1",
"updated": "2020-05-22"
},

"dependencies": {
"grafanaVersion": "6.4.x",
"grafanaVersion": "7.x.x",
"plugins": []
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-datasource",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generic GraphQL data source",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},

"dependencies": {
"grafanaVersion": "6.4.x",
"grafanaVersion": "7.x.x",
"plugins": []
}
}

0 comments on commit 982acaa

Please sign in to comment.