From 974b0d29078696c2990c96f502e6bddca78c80df Mon Sep 17 00:00:00 2001 From: Carey Metcalfe Date: Tue, 9 Mar 2021 23:50:32 -0500 Subject: [PATCH] Bump version to v2.1.2 --- package.json | 2 +- src/plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f98e083..b8c5ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-trackmap-panel", - "version": "2.1.1", + "version": "2.1.2", "description": "A plugin for Grafana that visualizes GPS points as a line on an interactive map.", "main": "src/module.js", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 4bcb125..7e7afc7 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -33,8 +33,8 @@ {"name": "Zoom in by selecting a range of points", "path": "img/topo-boxselect.jpg"}, {"name": "Chose what map to display the data on", "path": "img/satellite-picker.jpg"} ], - "version": "2.1.1", - "updated": "2021-02-19" + "version": "2.1.2", + "updated": "2021-03-09" }, "dependencies": {