From f8c7a42caf8ee1da6c773ed602ebc5f0588f15cc Mon Sep 17 00:00:00 2001 From: hhaensel Date: Thu, 30 Nov 2023 19:30:07 +0100 Subject: [PATCH] set version v0.27.23 and adapt Genie compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c8546740..f1ed2902 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Stipple" uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998" authors = ["Adrian "] -version = "0.27.22" +version = "0.27.23" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -27,7 +27,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" DataFrames = "1" Dates = "1.6" FilePathsBase = "0.9" -Genie = "5.23.2" +Genie = "5.23.3" GenieSession = "1" GenieSessionFileSession = "1" JSON = "0.20, 0.21"