From 48f24678c2e7fb0122c96512e1c496580d93c7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D1=89=D0=B5=D1=82=D0=B0=20=D0=94=D0=BC=D0=B8?= =?UTF-8?q?=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=BD=D1=82=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Thu, 13 Jun 2024 09:02:56 +0300 Subject: [PATCH] Bump mapgl --- apps/demo/app/context/map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo/app/context/map.tsx b/apps/demo/app/context/map.tsx index b1c99d8..ba40762 100644 --- a/apps/demo/app/context/map.tsx +++ b/apps/demo/app/context/map.tsx @@ -39,7 +39,7 @@ export const MapProvider: FC<{ children: ReactNode }> = ({ children }) => { ); const ensureApi = async () => { - const api = await loadMapApi('https://mapgl.2gis.com/api/js/v0.0.333'); + const api = await loadMapApi('https://mapgl.2gis.com/api/js/v0.0.335'); setApi(api); return api; };