From 8be4d17209a033386b5b5ff881e0f999b8f31985 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Fri, 8 Nov 2024 10:05:14 +0100 Subject: [PATCH] Bump Genie compat, bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index db86312..1ff4261 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Stipple" uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998" authors = ["Adrian "] -version = "0.30.12" +version = "0.30.13" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -38,7 +38,7 @@ StippleOffsetArraysExt = "OffsetArrays" DataFrames = "1" Dates = "1.6" FilePathsBase = "0.9" -Genie = "5.30.7" +Genie = "5.31" GenieSession = "1" GenieSessionFileSession = "1" JSON = "0.20, 0.21"