From b4139714e96fd514a21ed2263884d48d515e3d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Fallr=C3=B8?= Date: Tue, 8 Oct 2019 23:22:54 +0200 Subject: [PATCH] Increment release version (#457) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b08394655..a175147db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-mapbox-gl/maps", "description": "A Mapbox GL react native module for creating custom maps", - "version": "7.0.6", + "version": "7.0.7", "publishConfig": { "access": "public" },