From 8230c99e78d870be8ce2f6448fada9618c357747 Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Thu, 16 Nov 2023 06:49:00 +0100 Subject: [PATCH] less restrictive compat entry (#35) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 89bdede..be02a15 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FMIExport" uuid = "31b88311-cab6-44ed-ba9c-fe5a9abbd67a" authors = ["TT ", "LM "] -version = "0.3.0" +version = "0.3.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -12,6 +12,6 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Dates = "1" EzXML = "1.1.0" -FMICore = "0.18.0 - 0.19.0" +FMICore = "0.18.0 - 0.19" UUIDs = "1" julia = "1.6"