From 9f809a4548cc36076567b0d8de7d3c5171732800 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 14 Sep 2018 16:51:13 +0200 Subject: [PATCH] fixed plugin-id --- dist/README.md | 2 +- dist/plugin.json | 4 ++-- src/plugin.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/README.md b/dist/README.md index 77b768c..cc2b285 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,7 +1,7 @@ # Grafana datasource for Consul -[![Travis](https://img.shields.io/travis/sbueringer/grafana-consul-datasource.svg)](https://travis-ci.org/sbueringer/grafana-consul-datasource)[![Codecov](https://img.shields.io/codecov/c/github/sbueringer/grafana-consul-datasource.svg)](https://codecov.io/gh/sbueringer/grafana-consul-datasource)[![CodeFactor](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource/badge)](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource)[![GoReportCard](https://goreportcard.com/badge/github.com/sbueringer/grafana-consul-datasource?style=plastic)](https://goreportcard.com/report/github.com/sbueringer/grafana-consul-datasource)![GitHub release](https://img.shields.io/github/release/sbueringer/grafana-consul-datasource.svg) +[![Travis](https://img.shields.io/travis/sbueringer/grafana-consul-datasource.svg)](https://travis-ci.org/sbueringer/grafana-consul-datasource)[![Codecov](https://img.shields.io/codecov/c/github/sbueringer/grafana-consul-datasource.svg)](https://codecov.io/gh/sbueringer/grafana-consul-datasource)[![CodeFactor](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource/badge)](https://www.codefactor.io/repository/github/sbueringer/grafana-consul-datasource)[![GoReportCard](https://goreportcard.com/badge/github.com/sbueringer/grafana-consul-datasource?style=plastic)](https://goreportcard.com/report/github.com/sbueringer/grafana-consul-datasource)[![GitHub release](https://img.shields.io/github/release/sbueringer/grafana-consul-datasource.svg)](https://github.com/sbueringer/grafana-consul-datasource/releases) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sbueringer/consul-datasource/issues) diff --git a/dist/plugin.json b/dist/plugin.json index fafd79f..7e0e5d4 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -1,6 +1,6 @@ { "name": "Consul", - "id": "consul-datasource", + "id": "sbueringer-consul-datasource", "type": "datasource", "partials": { @@ -30,7 +30,7 @@ {"name": "GitHub", "url": "https://github.com/sbueringer/grafana-consul-datasource"}, {"name": "Apache License 2.0", "url": "https://github.com/sbueringer/grafana-consul-datasource/blob/master/LICENSE"} ], - "version": "0.1.3", + "version": "0.1.4", "updated": "2018-09-07" }, diff --git a/src/plugin.json b/src/plugin.json index fafd79f..7e0e5d4 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,6 +1,6 @@ { "name": "Consul", - "id": "consul-datasource", + "id": "sbueringer-consul-datasource", "type": "datasource", "partials": { @@ -30,7 +30,7 @@ {"name": "GitHub", "url": "https://github.com/sbueringer/grafana-consul-datasource"}, {"name": "Apache License 2.0", "url": "https://github.com/sbueringer/grafana-consul-datasource/blob/master/LICENSE"} ], - "version": "0.1.3", + "version": "0.1.4", "updated": "2018-09-07" },