From 83b98622b9feb5f030f0534a022cde0175e21753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Tue, 27 Jun 2023 16:27:50 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 71a508f..d6e7b5e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeshPlots" uuid = "de9684d3-f81f-49d9-ae9e-c828b202dea9" authors = ["Elias Carvalho and contributors"] -version = "0.1.10" +version = "0.1.11" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -11,7 +11,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] CategoricalArrays = "0.10" -Meshes = "0.31" +Meshes = "0.31, 0.32" RecipesBase = "1.1" Tables = "1.7" julia = "1.6"