From d10a28662457eecbcac0371484f0581c035eb82c Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sat, 27 Apr 2024 19:37:47 -0400 Subject: [PATCH] Bump version and GB compat (#218) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 14a1092b..939346c9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoMakie" uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6" authors = ["Makie.jl Contributors"] -version = "0.6.2" +version = "0.6.3" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -24,7 +24,7 @@ Downloads = "1" GeoInterface = "0.5, 1.0" GeoJSON = "0.6,0.7, 0.8" Geodesy = "1.1.0" -GeometryBasics = "0.4.6" +GeometryBasics = "0.4.11" ImageIO = "0.6" LinearAlgebra = "1" Makie = "0.20.8"