From b260f1e96fed43d0bd75758d0f85b3d0bcbe763b Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 6 Dec 2022 11:33:39 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 13b49e53..895e063f 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.4.6" +version = "0.5" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -24,7 +24,7 @@ GeoInterface = "0.5, 1.0" GeoJSON = "0.6" GeometryBasics = "0.4.4" ImageIO = "0.6" -Makie = "0.17.1, 0.18, 0.19" +Makie = "0.19" Proj = "1.2.0" Reexport = "1" StructArrays = "0.4, 0.5, 0.6"