From 9486a2c984f4cb8f8b008b102e7eb543db10f17b Mon Sep 17 00:00:00 2001 From: Zeke Farwell Date: Mon, 12 Jul 2021 01:23:17 -0400 Subject: [PATCH] increment version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index df8abf4..e952d7f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "JOSM Strava Heatmap", "description": "A browser extension that simplifies getting the TMS imagery url for using the Strava Heatmap in JOSM", - "version": "2", + "version": "3", "icons": { "48": "icons/icon.png" },