From 17babb22e276ac8940ecd86dab3c7925d13b9a3f Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 24 Mar 2016 21:26:31 +0100 Subject: [PATCH] mapbox/variant v1.0 -> v1.1 --- scripts/update_depdendencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_depdendencies.sh b/scripts/update_depdendencies.sh index 37f9316a9..ec0210c6d 100755 --- a/scripts/update_depdendencies.sh +++ b/scripts/update_depdendencies.sh @@ -4,7 +4,7 @@ OSMIUM_REPO=https://github.com/osmcode/libosmium.git OSMIUM_TAG=v2.6.1 VARIANT_REPO=https://github.com/mapbox/variant.git -VARIANT_TAG=v1.0 +VARIANT_TAG=v1.1.0 VARIANT_LATEST=$(curl https://api.github.com/repos/mapbox/variant/releases/latest | jq ".tag_name") OSMIUM_LATEST=$(curl https://api.github.com/repos/osmcode/libosmium/releases/latest | jq ".tag_name")