diff --git a/src/info.json b/src/info.json index fb5d20f..8f58ca9 100644 --- a/src/info.json +++ b/src/info.json @@ -1,9 +1,11 @@ { - "name": "prometheus-exporter", - "version": "0.0.1", - "title": "Prometheus Exporter for Factorio", - "author": "Bjorn Pijnacker", - "factorio_version": "2.0", - "dependencies": ["base >= 2.0"], - "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" -} \ No newline at end of file + "name": "prometheus-exporter", + "version": "1.0.0", + "title": "Prometheus Exporter for Factorio", + "author": "Bjorn Pijnacker", + "factorio_version": "2.0", + "dependencies": [ + "base >= 2.0" + ], + "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" +}