From 2646b6517554a7622c3646f7b7ead0f630956ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Wed, 25 Jan 2023 15:03:01 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c64479e..3d37ba3 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.4" +version = "0.1.5" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -11,7 +11,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] CategoricalArrays = "0.10" -Meshes = "0.23, 0.24, 0.25, 0.26" +Meshes = "0.27" RecipesBase = "1.1" Tables = "1.7" julia = "1.6"