diff --git a/dist/plugin.json b/dist/plugin.json index bf374e2..61bbf69 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -20,7 +20,7 @@ { "name": "License", "url": "https://github.com/fifemon/graphql-datasource/blob/master/LICENSE" } ], "screenshots": [], - "version": "1.0.0", + "version": "1.1.0", "updated": "2020-04-25" }, diff --git a/package.json b/package.json index 5d55eef..5d8fa93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-datasource", - "version": "1.0.0", + "version": "1.1.0", "description": "Generic GraphQL data source", "scripts": { "build": "grafana-toolkit plugin:build",