From e270b73b78f54d084987f68a6dab132cecac5ac1 Mon Sep 17 00:00:00 2001 From: hhaensel Date: Wed, 22 Jun 2022 10:19:48 +0200 Subject: [PATCH] bump compat entry for Stipple --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 88b1345..c10d025 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StippleCharts" uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777" authors = ["Adrian Salceanu "] -version = "0.18" +version = "0.18.1" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998" [compat] DataFrames = "1.0" Genie = "4" -Stipple = "0.23" +Stipple = "0.23 - 0.24" julia = "1.6" [extras]