From 24aadbe4a20fb449d667f020a8055d645e4bf950 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Thu, 13 Oct 2016 19:31:23 -0400 Subject: [PATCH] fix: increment geocodejson format version number in results --- middleware/geocodeJSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/geocodeJSON.js b/middleware/geocodeJSON.js index 3b5170dd..442e017e 100644 --- a/middleware/geocodeJSON.js +++ b/middleware/geocodeJSON.js @@ -43,7 +43,7 @@ function convertToGeocodeJSON(req, res, next, opts) { // REQUIRED. A semver.org compliant version number. Describes the version of // the GeocodeJSON spec that is implemented by this instance. - res.body.geocoding.version = '0.1'; + res.body.geocoding.version = '0.2'; // OPTIONAL. Default: null. The attribution of the data. In case of multiple sources, // and then multiple attributions, can be an object with one key by source.